File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -837,7 +837,7 @@ <h2 id="single-item-name" class="single-item-name"></h2>
837837 document . getElementById ( 'logout-btn' ) . addEventListener ( 'click' , handleLogout ) ;
838838 document . getElementById ( 'create-item-btn' ) . addEventListener ( 'click' , createNewItem ) ;
839839 document . getElementsByClassName ( 'login-btn' ) [ 0 ] . addEventListener ( 'click' , ( ) => {
840- window . location . href = 'https://auth. rotur.dev/login ?redirect=' + encodeURIComponent ( window . location . href ) ;
840+ window . location . href = 'https://rotur.dev/auth ?redirect=' + encodeURIComponent ( window . location . href ) ;
841841 } ) ;
842842 } ) ;
843843
Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ <h4>Key Management</h4>
559559 document . getElementById ( 'logout-btn' ) . addEventListener ( 'click' , handleLogout ) ;
560560 document . getElementById ( 'create-key-btn' ) . addEventListener ( 'click' , createNewKey ) ;
561561 document . getElementsByClassName ( 'login-btn' ) [ 0 ] . addEventListener ( 'click' , ( ) => {
562- window . location . href = 'https://auth. rotur.dev/login ?return_to=' + encodeURIComponent ( window . location . href ) ;
562+ window . location . href = 'https://rotur.dev/auth ?return_to=' + encodeURIComponent ( window . location . href ) ;
563563 } ) ;
564564
565565 // Add event listener for key type dropdown
You can’t perform that action at this time.
0 commit comments