Skip to content

Commit

Permalink
fix: add audience to auth0 runtime config types (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMo-27 authored Dec 7, 2023
1 parent 2c9252d commit f6f8ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ export default defineNuxtModule<ModuleOptions>({
runtimeConfig.oauth.auth0 = defu(runtimeConfig.oauth.auth0, {
clientId: '',
clientSecret: '',
domain: ''
domain: '',
audience: ''
})
// Microsoft OAuth
runtimeConfig.oauth.microsoft = defu(runtimeConfig.oauth.microsoft, {
Expand Down

0 comments on commit f6f8ae6

Please sign in to comment.