logto-io / js

🤓 Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
68 stars 40 forks source link

fix(nuxt): remove default value of customRedirectBaseUrl #839

Closed wangsijie closed 2 weeks ago

wangsijie commented 2 weeks ago

Summary

fix the default value of customRedirectBaseUrl

Previously, it was set to <replace-with-custom-redirect-base-url>, which is not a valid value, and will cause 500 error.

Now the default value is removed because it's not a required value.

Testing

Local tested.

Checklist