Skip to content

Commit

Permalink
remove early return for continueAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
tgriesser committed Jun 27, 2022
1 parent d4ee389 commit a874fa8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ const online = useOnline()
function continueAuth (isLoggedIn: boolean) {
if (isLoggedIn) {
emit('loggedin')
return
}
emit('update:modelValue', false)
Expand Down

0 comments on commit a874fa8

Please sign in to comment.