fix: handle the login form state and report errors correctly on api key login
This commit is contained in:
parent
dedec8f317
commit
fb3bc35b40
5 changed files with 256 additions and 187 deletions
|
|
@ -6,7 +6,7 @@ export default [
|
|||
route('/healthz', 'routes/util/healthz.ts'),
|
||||
|
||||
// Authentication Routes
|
||||
route('/login', 'routes/auth/login.tsx'),
|
||||
route('/login', 'routes/auth/login/page.tsx'),
|
||||
route('/logout', 'routes/auth/logout.ts'),
|
||||
route('/oidc/callback', 'routes/auth/oidc-callback.ts'),
|
||||
route('/oidc/start', 'routes/auth/oidc-start.ts'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue