mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix redirect from Login dialog
This commit is contained in:
@@ -37,7 +37,7 @@ export class LoginComponent {
|
||||
}
|
||||
this.auth.login('POST', value.username, value.password)
|
||||
.subscribe(
|
||||
(token:any) => this.router.navigate(['Home']),
|
||||
(token:any) => this.router.navigate(['Files']),
|
||||
() => {
|
||||
this.error = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user