Skip to content

Commit

Permalink
fix: remove setting default config, for keys that no longer exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
codiam committed May 1, 2023
1 parent 336e3a9 commit 2b0ec0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export default defineNuxtModule<ModuleOptions>({
autoFetch: options.autoFetch,
autoRefresh: options.autoRefresh,
fetchUserParams: options.fetchUserParams,
redirectOnLogin: options.redirectOnLogin,
token: options.token,
devtools: options.devtools,
cookieNameToken: options.cookieNameToken,
Expand All @@ -106,7 +105,6 @@ export default defineNuxtModule<ModuleOptions>({
autoFetch: options.autoFetch,
autoRefresh: options.autoRefresh,
fetchUserParams: options.fetchUserParams,
redirectOnLogin: options.redirectOnLogin,
token: options.token,
devtools: options.devtools,
cookieNameToken: options.cookieNameToken,
Expand Down

0 comments on commit 2b0ec0c

Please sign in to comment.