Skip to content

Commit 1db998c

Browse files
committed
update
1 parent 1dc1354 commit 1db998c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/templates/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ <h2>Plex Login</h2>
525525

526526
if (status === 200 && body.success) {
527527
// Login successful
528-
window.location.href = body.redirect || '/';
528+
window.location.href = body.redirect || './';
529529
} else if (status === 401 && requires2FA) {
530530
// 2FA is required
531531
console.log('2FA required, showing 2FA input field');

0 commit comments

Comments
 (0)