Skip to content

Commit 8c262ff

Browse files
committed
refactor: more precise plugin name
1 parent 28e9409 commit 8c262ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/nuxt/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default defineNuxtModule<VueFireNuxtModuleOptions>({
203203
}
204204

205205
// loads the user on the current app
206-
addPlugin(resolve(runtimeDir, 'auth/plugin.server'))
206+
addPlugin(resolve(runtimeDir, 'auth/plugin-authenticate-user.server'))
207207
}
208208

209209
// Emulators must be enabled after the app is initialized but before some APIs like auth.signinWithCustomToken() are called

0 commit comments

Comments
 (0)