diff --git a/ogWebconsole/src/app/components/login/login.component.html b/ogWebconsole/src/app/components/login/login.component.html index cca44b1..249977d 100644 --- a/ogWebconsole/src/app/components/login/login.component.html +++ b/ogWebconsole/src/app/components/login/login.component.html @@ -23,5 +23,11 @@
+ + + + + + diff --git a/ogWebconsole/src/app/components/login/login.component.ts b/ogWebconsole/src/app/components/login/login.component.ts index 3b6f805..ba6ad1f 100644 --- a/ogWebconsole/src/app/components/login/login.component.ts +++ b/ogWebconsole/src/app/components/login/login.component.ts @@ -74,4 +74,14 @@ export class LoginComponent { } else this.toastService.success(message, 'Éxito'); } + + + //SOLO PARA LA DEMO BORRAR EN PRODUCCION + redirectToUrl1() { + window.location.href = 'http://localhost:4201/auth/login'; + } + + redirectToUrl2() { + window.location.href = 'http://localhost:4200/auth/login'; + } }