Skip to content

Commit

Permalink
fix: disable token auto refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Sep 24, 2023
1 parent 48a1da1 commit 58343a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default antfu({
}, {
rules: {
// https://github.com/antfu/eslint-config/pull/214
'n/prefer-global/process': [
'node/prefer-global/process': [
'off',
'never',
],
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default defineNuxtConfig({
debug: process.env.FIREBASE_APP_CHECK_DEBUG_TOKEN || isDevelopment,
provider: 'ReCaptchaEnterprise' || process.env.FIREBASE_APP_CHECK_PROVIDER,
key: '6LfNWy8oAAAAAG9GdaqR-X8t8721YyHyILD_C6Pu' || process.env.FIREBASE_APP_CHECK_KEY,
isTokenAutoRefreshEnabled: true,
isTokenAutoRefreshEnabled: false,
},
},

Expand Down

0 comments on commit 58343a3

Please # to comment.