From 01857173f7ce7f7b4b5fc9c63350e75a383ec72e Mon Sep 17 00:00:00 2001 From: kmitresse Date: Tue, 11 Jun 2024 12:39:14 +0200 Subject: [PATCH] refacto: devWeb - remove unused import --- S2/DevWeb/Projet/src/main/webapp/static/js/form/login.js | 1 - 1 file changed, 1 deletion(-) diff --git a/S2/DevWeb/Projet/src/main/webapp/static/js/form/login.js b/S2/DevWeb/Projet/src/main/webapp/static/js/form/login.js index 5018db9..1a8910e 100644 --- a/S2/DevWeb/Projet/src/main/webapp/static/js/form/login.js +++ b/S2/DevWeb/Projet/src/main/webapp/static/js/form/login.js @@ -1,5 +1,4 @@ import {onError} from "../notification/error.js"; -import {onSuccess} from "../notification/success.js"; import {verifSuccess} from "../notification/success.js"; //Vérifier si un formulaire a été soumis avec succès