Skip to content

Commit

Permalink
feat: support NUXT_OAUTH_MICROSOFT_REDIRECT_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarterBAMF authored Aug 13, 2024
1 parent 848cebe commit 9979f0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default defineNuxtModule<ModuleOptions>({
authorizationURL: '',
tokenURL: '',
userURL: '',
redirectUrl: '',
})
// Discord OAuth
runtimeConfig.oauth.discord = defu(runtimeConfig.oauth.discord, {
Expand Down

0 comments on commit 9979f0d

Please sign in to comment.