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' && ( <>
    -
  • +