refactor/issue-1/first-setup #9

Merged
fbenoist68 merged 16 commits from refactor/issue-1/first-setup into dev 2024-01-02 21:20:30 +01:00
Showing only changes of commit 3f72b1737e - Show all commits

View File

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