mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Attempting to serve static file
This commit is contained in:
parent
be347143f1
commit
8b3a9ca74e
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ export const AuthOptions: NextAuthOptions = {
|
|||
clientId: AZURE_AD_CLIENT_ID,
|
||||
clientSecret: AZURE_AD_CLIENT_SECRET,
|
||||
tenantId: AZURE_AD_TENANT_ID,
|
||||
authorization: {
|
||||
params: {
|
||||
prompt: "consent",
|
||||
},
|
||||
},
|
||||
}),
|
||||
],
|
||||
pages: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue