mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
demo shell host setting component login redirect after setting
This commit is contained in:
@@ -34,10 +34,10 @@ export class SettingsComponent {
|
||||
}
|
||||
|
||||
onCancel() {
|
||||
this.router.navigate(['/']);
|
||||
this.router.navigate(['/login']);
|
||||
}
|
||||
|
||||
onSuccess() {
|
||||
this.router.navigate(['/']);
|
||||
this.router.navigate(['/login']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user