Skip to content

Commit

Permalink
chore(fix): JS-0123
Browse files Browse the repository at this point in the history
  • Loading branch information
EDM115 committed Oct 5, 2024
1 parent fa31def commit 52739dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ async function login(event) {
}
async function performLogin(event) {
const login = await $fetch("/api/login", {
const loginCheck = await $fetch("/api/login", {
method: "POST",
body: JSON.stringify(event)
})
return login
return loginCheck
}
async function enrichUserWithAdminStatus(result) {
Expand Down

0 comments on commit 52739dc

Please sign in to comment.