1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

add showPasswordless flag

This commit is contained in:
rr-bw
2024-08-30 16:23:43 -07:00
parent 2a58a69b08
commit 621115a23d
5 changed files with 83 additions and 1 deletions

View File

@@ -3,6 +3,10 @@ import { UrlTree } from "@angular/router";
import { LoginService, PasswordPolicies } from "./login.service";
export class DefaultLoginService implements LoginService {
getShowPasswordlessFlag(): boolean {
return null;
}
setPreviousUrl(route: UrlTree): void | null {
return null;
}