불필한 const varname -> string 대체 제거.
필요할 곳은 나중에 처리하는 것으로.
This commit is contained in:
@@ -57,7 +57,7 @@ function doLoginUsingOAuth(retry=false){
|
||||
}
|
||||
}
|
||||
else{
|
||||
window.location.href = '../';
|
||||
window.location.href = "../";
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user