mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 06:07:25 +02:00
💄 Add custom auth error page (#903)
This commit is contained in:
parent
6fa66da681
commit
eaa8f5813d
4 changed files with 45 additions and 16 deletions
|
@ -112,6 +112,7 @@ const authOptions = {
|
|||
pages: {
|
||||
signIn: "/login",
|
||||
signOut: "/logout",
|
||||
error: "/auth/error",
|
||||
},
|
||||
callbacks: {
|
||||
async redirect({ url, baseUrl }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue