Skip to content

Commit

Permalink
update startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Dec 12, 2024
1 parent 5d8bd04 commit 65ae232
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ export default defineNuxtModule<ModuleOptions>({
if (!isProduction) {
const loggerMessages = [
`Selected provider: ${selectedProvider}.`,
// TODO Before merging PR: write the docs how `baseURL` can be changed in runtime (env `NUXT_PUBLIC_AUTH_BASE_URL`, `runtimeConfig.public.auth.baseURL`, etc.).
`Auth API location is \`${options.baseURL}\`, it can be changed using TODO.`
`Auth API location is \`${options.baseURL}\`, if you would like to change this, see https://auth.sidebase.io/guide/application-side/configuration#baseurl.`
]
if (selectedProvider === 'authjs') {
loggerMessages.push('Ensure that the `NuxtAuthHandler({ ... })` is there, see https://auth.sidebase.io/guide/authjs/nuxt-auth-handler')
Expand Down

0 comments on commit 65ae232

Please sign in to comment.