Feat/workflow git #15

Merged
maxime.daniels merged 12 commits from dev into test 2026-08-03 22:31:11 +02:00
Showing only changes of commit c950249d15 - Show all commits
+2 -2
View File
@@ -63,7 +63,7 @@ export const useLoginFlow = (onLoginSuccess: () => void) => {
} else {
onLoginSuccess();
}
} catch (err) {
} catch {
setError("Identifiants incorrects ou accès révoqué.");
pb.authStore.clear();
} finally {
@@ -97,7 +97,7 @@ export const useLoginFlow = (onLoginSuccess: () => void) => {
} else {
setError("Code de sécurité invalide ou expiré.");
}
} catch (err) {
} catch {
setError("Erreur critique lors de la vérification.");
} finally {
setIsLoading(false);