mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 04:55:36 +01:00
message
This commit is contained in:
parent
1a76e94e01
commit
354ca5998f
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
# #!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
# . "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
npx lint-staged
|
# npx lint-staged
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ export const authOptions = {
|
||||||
CognitoProvider({
|
CognitoProvider({
|
||||||
clientId: process.env.COGNITO_CLIENT_ID,
|
clientId: process.env.COGNITO_CLIENT_ID,
|
||||||
clientSecret: process.env.COGNITO_CLIENT_SECRET ,
|
clientSecret: process.env.COGNITO_CLIENT_SECRET ,
|
||||||
issuer: process.env.COGNITO_DOMAIN,
|
issuer: process.env.COGNITO_DOMAIN ,
|
||||||
idToken: true,
|
idToken: true,
|
||||||
name: 'Cognito',
|
name: 'Cognito',
|
||||||
checks: 'nonce',
|
checks: 'nonce',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue