comment : show message on invalid credential

This commit is contained in:
Frédérik Benoist 2023-12-10 14:14:02 +01:00
parent 8bedf4fe55
commit 3f72b1737e

View File

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