Skip to content

Commit

Permalink
more test hehe
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-Bauroth committed Feb 20, 2024
1 parent 4938f90 commit 455be76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ async function login(username: string, password: string) {
try
{
errorVal.value = "run login"
errorVal.value = JSON.stringify(await usersDB.allDocs())
usersDB.logIn(username, password, async function (err, response) {
if (response) {
errorVal.value = "logged in"
Expand Down Expand Up @@ -53,7 +52,7 @@ async function login(username: string, password: string) {
}
catch (e : any) {
//errorVal.value = e.toString()
errorVal.value = e.toString()
}
}
Expand Down

0 comments on commit 455be76

Please sign in to comment.