Skip to content

Commit f803d24

Browse files
committed
url fix
1 parent 432795a commit f803d24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inventory-manager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

key-manager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)