diff --git a/public/assets/images/empresa/logoAlphaBC.svg b/public/assets/images/empresa/logoAlphaBC.svg index 229bb48..7292d1b 100644 --- a/public/assets/images/empresa/logoAlphaBC.svg +++ b/public/assets/images/empresa/logoAlphaBC.svg @@ -8,7 +8,7 @@ Created by potrace 1.16, written by Peter Selinger 2001-2019 +fill="#fdfefe" stroke="none"> + + + + + + + + + + + + + + + + + + + + + diff --git a/src/@mock-api/mock-api.json b/src/@mock-api/mock-api.json index c537593..cf99820 100644 --- a/src/@mock-api/mock-api.json +++ b/src/@mock-api/mock-api.json @@ -7493,7 +7493,7 @@ "data": { "displayName": "Abbott Keitch", "photoURL": "assets/images/avatars/brian-hughes.jpg", - "email": "admin@fusetheme.com", + "email": "admin@qsoftec.com", "settings": { "layout": {}, "theme": {} @@ -32753,7 +32753,7 @@ "data": { "displayName": "Abbott Keitch", "photoURL": "assets/images/avatars/brian-hughes.jpg", - "email": "admin@fusetheme.com", + "email": "admin@qsoftec.com", "settings": { "layout": {}, "theme": {} diff --git a/src/app/main/sign-in/SignInPage.tsx b/src/app/main/sign-in/SignInPage.tsx index 72ef2ed..f7b4022 100644 --- a/src/app/main/sign-in/SignInPage.tsx +++ b/src/app/main/sign-in/SignInPage.tsx @@ -65,8 +65,8 @@ function SignInPage() { const [selectedTabId, setSelectedTabId] = useState(tabs[0].id); function handleSelectTab(id: string) { - setSelectedTabId(id); - } + setSelectedTabId("jwt"); + } const { control, formState, handleSubmit, reset } = useForm({ mode: 'onChange', @@ -104,7 +104,7 @@ function SignInPage() { - ))} - - {selectedTabId === 'jwt' && } + */} + {selectedTabId === 'jwt' && } - {selectedTabId === 'firebase' && } + {/* {selectedTabId === 'firebase' && } */} -
-
- - Or continue with - -
-
- -
- - - -
+ className="relative hidden h-auto justify-center items-center flex-auto p-64 md:flex lg:px-112" + sx={{ backgroundColor: 'primary.main' }}> + + + + + + + + + + + + + +
logo -
-
Welcome to
-
our community
+
+
Bienvenido
-
- Fuse helps developers to build organized and well coded dashboards full of beautiful and - rich modules. Join us and start building your application today. +
+ Al sistema que se encarga de tu facturación electrónica.
-
- - - - - - -
- More than 17k people joined us, it's your turn -
-
diff --git a/src/app/main/sign-in/tabs/JwtSignInTab.tsx b/src/app/main/sign-in/tabs/JwtSignInTab.tsx index d161a7e..15a479a 100644 --- a/src/app/main/sign-in/tabs/JwtSignInTab.tsx +++ b/src/app/main/sign-in/tabs/JwtSignInTab.tsx @@ -47,7 +47,7 @@ function jwtSignInTab() { const { isValid, dirtyFields, errors } = formState; useEffect(() => { - setValue('email', 'admin@fusetheme.com', { shouldDirty: true, shouldValidate: true }); + setValue('email', 'admin@qsoftec.com', { shouldDirty: true, shouldValidate: true }); setValue('password', 'admin', { shouldDirty: true, shouldValidate: true }); }, [setValue]); @@ -132,7 +132,7 @@ function jwtSignInTab() { render={({ field }) => ( - Forgot password? + Olvidaste tu contraseña?