forked from administration/panel
parent
991cbef040
commit
87c0fab107
|
@ -11,6 +11,9 @@ export const authOptions: AuthOptions = {
|
|||
"https://sso.revolt.chat/application/o/admin-panel",
|
||||
}),
|
||||
],
|
||||
jwt: {
|
||||
maxAge: 2 * 60 * 60, // 2 hours
|
||||
},
|
||||
pages: {
|
||||
signIn: "/",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue