File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 148148 localStorage . setItem ( 'usernameEnc' , encodedUsername ) ; // encoded version
149149 localStorage . setItem ( 'username' , plainUsername ) ; // plain version
150150 localStorage . setItem ( 'loggedIn' , 'true' ) ;
151- window . location . href = 'index .html' ;
151+ window . location . href = 'account .html' ;
152152 } catch ( err ) {
153153 console . error ( 'Token verification failed:' , err ) ;
154154 }
164164 localStorage . setItem ( 'usernameEnc' , devKey ) ; // Store the original Base64-encoded username
165165 localStorage . setItem ( 'username' , username ) ; // Store the original Base64-encoded username
166166 localStorage . setItem ( 'loggedIn' , 'true' ) ;
167- window . location . href = 'index .html' ;
167+ window . location . href = 'account .html'
168168 }
169169
170170 }
You can’t perform that action at this time.
0 commit comments