mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Remove unused setPreviousUrl function.
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
import { UrlTree } from "@angular/router";
|
|
||||||
|
|
||||||
import { MasterPasswordPolicyOptions } from "@bitwarden/common/admin-console/models/domain/master-password-policy-options";
|
import { MasterPasswordPolicyOptions } from "@bitwarden/common/admin-console/models/domain/master-password-policy-options";
|
||||||
import { Policy } from "@bitwarden/common/admin-console/models/domain/policy";
|
import { Policy } from "@bitwarden/common/admin-console/models/domain/policy";
|
||||||
|
|
||||||
@@ -25,12 +23,6 @@ export abstract class LoginComponentService {
|
|||||||
*/
|
*/
|
||||||
getOrgPolicies: () => Promise<PasswordPolicies | null>;
|
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
|
* Indicates whether login with device (auth request) is supported on the given client
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user