1
0
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:
Alec Rippberger 2024-10-18 10:22:14 -05:00
parent d4395fb142
commit a4e74b1ed2
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

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