1
0
Fork 0

chore: define pages in auth options

fix-1
Paul Makles 2023-07-30 12:07:51 +01:00
parent 41c3d1ea1d
commit 1397eb8f5a
No known key found for this signature in database
GPG Key ID: 5059F398521BB0F6
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@ export const authOptions: AuthOptions = {
"https://sso.revolt.chat/application/o/admin-panel",
}),
],
pages: {
signIn: "/",
},
};