fix: Back to Login button navigates to /login?local to prevent auto-redirect
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -73,7 +73,7 @@ export function OidcCallback() {
|
|||||||
{error && (
|
{error && (
|
||||||
<>
|
<>
|
||||||
<Alert variant="error">{error}</Alert>
|
<Alert variant="error">{error}</Alert>
|
||||||
<Button variant="secondary" onClick={() => navigate('/login')} style={{ marginTop: 16 }}>
|
<Button variant="secondary" onClick={() => navigate('/login?local')} style={{ marginTop: 16 }}>
|
||||||
Back to Login
|
Back to Login
|
||||||
</Button>
|
</Button>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user