feat(#26): Add custom login form

This commit is contained in:
2026-01-01 08:39:33 +01:00
parent 99cecdbcb2
commit eb00dc74ce
14 changed files with 898 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ export default defineOAuthKeycloakEventHandler({
loggedInAt: Date.now()
})
return sendRedirect(event, '/')
return sendRedirect(event, '/callback')
},
onError(event) {