mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-21 16:18:28 +01:00
fix homepage routes
This commit is contained in:
parent
5b06daace9
commit
44d6a99575
@ -12,5 +12,5 @@ export class LockGuardService extends BaseLockGuardService {
|
||||
super(vaultTimeoutService, userService, router);
|
||||
}
|
||||
|
||||
protected homepage = '/tabs/current';
|
||||
protected homepage = 'tabs/current';
|
||||
}
|
||||
|
@ -15,5 +15,5 @@ export class UnauthGuardService extends BaseUnauthGuardService {
|
||||
super(vaultTimeoutService, userService, router);
|
||||
}
|
||||
|
||||
protected homepage = '/tabs/current';
|
||||
protected homepage = 'tabs/current';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user