-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/device
should redirect to /device/verify
#1416
Comments
I was going to put up a PR, but I realized the redirect will not work yet when the console is served by Nexus because unlike the other routes, where we do things like But that's actually fine, right? It's better than what you're seeing in local dev. We could fix it by defining
|
Maybe? It feels like a decent practice, but I don't have the foresight to know if it'd cause any real issues. An alternate solution might be to have it be a single route |
We could also have server 404 give different responses based on whether the caller is asking for JSON, based on the Accept header. |
Do we also want |
You can't really hit this route. |
Currently it just shows the empty
<AuthLayout />
templateThe text was updated successfully, but these errors were encountered: