Skip to content

Commit

Permalink
fix(nuxt): remove default value of customRedirectBaseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
wangsijie committed Oct 29, 2024
1 parent 9fa75c6 commit 3dfda60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/nine-meals-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@logto/nuxt": patch
---

fix the default value of customRedirectBaseUrl

Previously, it was set to '<replace-with-custom-redirect-base-url>', which is not a valid value. Now the default value is removed because it's not a required value.
1 change: 0 additions & 1 deletion packages/nuxt/src/runtime/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ export const defaults = Object.freeze({
appId: '<replace-with-logto-app-id>',
appSecret: '<replace-with-logto-app-secret>',
cookieEncryptionKey: '<replace-with-random-string>',
customRedirectBaseUrl: '<replace-with-custom-redirect-base-url>',
} as const satisfies LogtoRuntimeConfigInput);

0 comments on commit 3dfda60

Please sign in to comment.