Skip to content

Commit f911bfa

Browse files
committed
Fixed a typo in path
1 parent bc457cf commit f911bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oauth.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
getOauthToken(tokenUrl, clientId, clientSecret, authCode,redirectUrl);
3636
*/
3737
}
38-
window.location.assign(location.origin+"/#/home/reload");
38+
39+
window.location.assign(location.href.substring(0, location.href.indexOf('#'))+ "home/reload");
3940

4041

4142
function parseQueryString(queryString, key){

0 commit comments

Comments
 (0)