1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Remove unused setPreviousUrl function.

This commit is contained in:
Alec Rippberger
2024-10-18 10:22:14 -05:00
parent d4395fb142
commit a4e74b1ed2

View File

@@ -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
*/