From aff591e2f71057d9d8c7acbb4951d1b7ee1481c8 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 10 Nov 2025 21:58:28 +0100 Subject: [PATCH] modified color palette --- frontend/src/App.jsx | 18 +- frontend/src/components/forms/Enable2FA.jsx | 10 +- frontend/src/components/forms/LoginForm.jsx | 2 +- .../src/components/forms/RegisterForm.jsx | 6 +- frontend/src/components/forms/TotpForm.jsx | 2 +- frontend/src/css/index.css | 263 +++++++++++++++++- 6 files changed, 275 insertions(+), 26 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 311f145..d39b6ce 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -150,7 +150,7 @@ const App = () => { const handleVerifyTwoFactor = async (code) => { if (!authState.preAuthToken) { - showFeedback('warning', 'Primero inicia sesion con usuario y clave') + showFeedback('warning', 'Primero inicia sesion con usuario y contraseña') return } @@ -203,12 +203,12 @@ const App = () => { }, [authState.accessToken]) return ( -
+
-
-
+
+

Portal 2FA

{ {step === 'login' && ( <>
    -
  • +