1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00
This commit is contained in:
Kyle Spearrin
2018-04-26 17:26:19 -04:00
parent b04b3ef924
commit e7809b405d
9 changed files with 71 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ export class LaunchGuardService implements CanActivate {
return true;
}
this.router.navigate(['/dashboard']);
this.router.navigate(['/tabs/dashboard']);
return false;
}
}