Skip to content

Commit

Permalink
style: 🎨 remove empty merge lines and spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfactory-frank-spee committed Jan 8, 2025
1 parent c4f6be3 commit bfb1637
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/composables/local/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const signIn: SignInFunc<Credentials, any> = async (credentials, signInOptions,
await nextTick(getSession)
}


if (redirect) {
let { callbackUrl } = signInOptions ?? {}
if (typeof callbackUrl === 'undefined') {
Expand Down

0 comments on commit bfb1637

Please sign in to comment.