refactor: Affichage des notifications dans la partie "Users"

(subscribe)
This commit is contained in:
N3WT DE COMPET
2025-05-31 09:34:28 +02:00
parent e509625811
commit af30ae33b5
3 changed files with 24 additions and 40 deletions

View File

@ -50,7 +50,7 @@ export default function Page() {
);
} else if (data.errorFields) {
showNotification(
data.errorFields.password1,
data.errorFields.password1 || data.errorFields.password2,
'error',
'Erreur'
);