Skip to content

Commit

Permalink
added some consoles for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Bauroth committed Feb 18, 2024
1 parent 5d87c30 commit 99c01a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,25 @@ async function login(username: string, password: string) {
await unaccessedAccountReset(username, password)
}
else{
console.dir(err)
error.value = true
}
}
else{
console.dir(err)
error.value = true
}
}
else{
console.dir(err)
error.value = true
}
})
}
catch (e) {
error.value = true
console.dir(e)
}
}
Expand Down

0 comments on commit 99c01a6

Please sign in to comment.