mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
Remove unused setPreviousUrl function.
This commit is contained in:
parent
d4395fb142
commit
a4e74b1ed2
@ -1,5 +1,3 @@
|
||||
import { UrlTree } from "@angular/router";
|
||||
|
||||
import { MasterPasswordPolicyOptions } from "@bitwarden/common/admin-console/models/domain/master-password-policy-options";
|
||||
import { Policy } from "@bitwarden/common/admin-console/models/domain/policy";
|
||||
|
||||
@ -25,12 +23,6 @@ export abstract class LoginComponentService {
|
||||
*/
|
||||
getOrgPolicies: () => Promise<PasswordPolicies | null>;
|
||||
|
||||
/**
|
||||
* Sets the previous URL to keep track of in memory.
|
||||
* - Used by: Web
|
||||
*/
|
||||
setPreviousUrl: (route: UrlTree) => void | null;
|
||||
|
||||
/**
|
||||
* Indicates whether login with device (auth request) is supported on the given client
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user