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
1 changed files with 0 additions and 8 deletions

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