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 65843e2 commit 11acac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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 11acac8

Please sign in to comment.