Skip to content

Commit

Permalink
fix: eslint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vettndr committed Dec 20, 2023
1 parent a2c86dd commit 353a721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/local/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const signUp = async (credentials: Credentials, signInOptions?: SecondarySignInO
body: credentials
})

if(registerOptions?.preventLoginFlow) {
if (registerOptions?.preventLoginFlow) {
return
}

Expand Down

0 comments on commit 353a721

Please sign in to comment.