File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
return ;
14
14
} ) ;
15
15
if ( auth ) {
16
- window . location . replace ( "pdashboard.html" ) ;
16
+ window . location . replace ( "pdashboard.html" + location . search ) ;
17
17
}
18
18
else {
19
- window . location . replace ( "udashboard.html" ) ;
19
+ window . location . replace ( "udashboard.html" + location . search ) ;
20
20
}
21
21
} catch ( error ) {
22
22
console . log ( error ) ;
23
- window . location . replace ( "udashboard.html" ) ;
23
+ window . location . replace ( "udashboard.html" + location . search ) ;
24
24
}
25
25
} ;
26
26
27
27
var error_fn = function ( jqXHR , status , error ) {
28
- window . location . replace ( "udashboard.html" ) ;
28
+ window . location . replace ( "udashboard.html" + location . search ) ;
29
29
} ;
30
30
31
31
var url = window . location . origin + "/authn/session" ;
34
34
load_page ( ) ;
35
35
</ script >
36
36
</ head >
37
- </ html >
37
+ </ html >
You can’t perform that action at this time.
0 commit comments