mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
add showPasswordless flag
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user