Skip to content

Commit ce54d91

Browse files
committed
feat: reword warn
1 parent 6a4522f commit ce54d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nuxt/src/module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const VueFire: NuxtModule<VueFireNuxtModuleOptions> =
123123
if (nuxt.options.ssr && !hasServiceAccount) {
124124
log(
125125
'warn',
126-
'You activated both SSR and auth but you are not providing an admin config. If you render or prerender any page using auth, you will get an error. To fix this, provide an admin config to the nuxt-vuefire module.'
126+
'You activated both SSR and auth but you are not providing an admin config. If you render or prerender any page using auth, you will get an error. In that case, provide an admin config to the nuxt-vuefire module.'
127127
)
128128
}
129129

@@ -163,7 +163,7 @@ const VueFire: NuxtModule<VueFireNuxtModuleOptions> =
163163
} else if (nuxt.options.ssr) {
164164
log(
165165
'warn',
166-
'You activated both SSR and app-check but you are not providing an admin config. If you render or prerender any page using app-check, you will get an error. To fix this, provide an admin config to the nuxt-vuefire module.'
166+
'You activated both SSR and app-check but you are not providing an admin config. If you render or prerender any page using app-check, you will get an error. In that case, provide an admin config to the nuxt-vuefire module.'
167167
// TODO: link about how to provide admin credentials
168168
)
169169
}

0 commit comments

Comments
 (0)