We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc1354 commit 1db998cCopy full SHA for 1db998c
frontend/templates/login.html
@@ -525,7 +525,7 @@ <h2>Plex Login</h2>
525
526
if (status === 200 && body.success) {
527
// Login successful
528
- window.location.href = body.redirect || '/';
+ window.location.href = body.redirect || './';
529
} else if (status === 401 && requires2FA) {
530
// 2FA is required
531
console.log('2FA required, showing 2FA input field');
0 commit comments