comment : show message on invalid credential

refactor/issue-1/first-setup
Frédérik Benoist 2023-12-10 14:14:02 +01:00
parent 8bedf4fe55
commit 3f72b1737e
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ const login = async () => {
}) })
} }
catch (err) { catch (err) {
// show invalid credentials error
isSnackbarVisibility.value = true isSnackbarVisibility.value = true
} }
} }