Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 8, 2024
1 parent 4d49752 commit e1b6976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async function login() {
ldb.error()
return
}
let res
let rs
try {
rs = await api.v2.users.login(model.value.username, model.value.password)
} catch (e) {
Expand Down

0 comments on commit e1b6976

Please sign in to comment.