[GH-ISSUE #426] reports of otp login failures #215

Closed
opened 2026-03-04 01:35:37 +03:00 by kerem · 3 comments
Owner

Originally created by @lts-rad on GitHub (Jul 14, 2025).
Original GitHub issue: https://github.com/spr-networks/super/issues/426

Originally assigned to: @lts-rad on GitHub.

Originally created by @lts-rad on GitHub (Jul 14, 2025). Original GitHub issue: https://github.com/spr-networks/super/issues/426 Originally assigned to: @lts-rad on GitHub.
kerem 2026-03-04 01:35:37 +03:00
  • closed this issue
  • added the
    fixed
    label
Author
Owner

@lts-rad commented on GitHub (Jul 15, 2025):

redirect to /auth/validate -> returns 200

<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/>
        <meta name="theme-color" content="#000000"/>
        <link rel="manifest" href="/manifest.json"/>
        <link rel="icon" sizes="76x76" type="image/png" href="/favicon.png"/>
        <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon.png"/>
        <title>Supernetworks SPR</title>
        <script defer="defer" src="/static/js/main.3917fa4b.js"></script>
    </head>
    <body>
        <noscript>You need to enable JavaScript to run this app.</noscript>
        <div id="root"></div>
    </body>
</html>

<!-- gh-comment-id:3072136652 --> @lts-rad commented on GitHub (Jul 15, 2025): redirect to /auth/validate -> returns 200 ``` <!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/> <meta name="theme-color" content="#000000"/> <link rel="manifest" href="/manifest.json"/> <link rel="icon" sizes="76x76" type="image/png" href="/favicon.png"/> <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon.png"/> <title>Supernetworks SPR</title> <script defer="defer" src="/static/js/main.3917fa4b.js"></script> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body> </html> ```
Author
Owner

@lts-rad commented on GitHub (Jul 15, 2025):

{
path: 'validate',
component: AuthValidate,
layout: 'auth'
}

the expectation is that the react route picks up this path and handles it,

<!-- gh-comment-id:3072167519 --> @lts-rad commented on GitHub (Jul 15, 2025): { path: 'validate', component: AuthValidate, layout: 'auth' } the expectation is that the react route picks up this path and handles it,
Author
Owner

@lts-rad commented on GitHub (Jul 15, 2025):

1ba3ff1b

<!-- gh-comment-id:3072257860 --> @lts-rad commented on GitHub (Jul 15, 2025): 1ba3ff1b
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#215
No description provided.