diff --git a/src/runtime/composables/local/useAuth.ts b/src/runtime/composables/local/useAuth.ts index a8733150..b4a935ff 100644 --- a/src/runtime/composables/local/useAuth.ts +++ b/src/runtime/composables/local/useAuth.ts @@ -19,7 +19,7 @@ const signIn: SignInFunc = async (credentials, signInOptions, const response = await _fetch>(nuxt, path, { method, body: { - ...credentials, + credentials, ...(signInOptions ?? {}) }, params: signInParams ?? {}