Autofill totp_identifier for user/email based on creds (#4200)
This commit is contained in:
@@ -528,6 +528,7 @@ export type PasswordCredential = {
|
||||
password: string;
|
||||
totp: string | null;
|
||||
totp_type: "authenticator" | "email" | "text" | "none";
|
||||
totp_identifier?: string | null;
|
||||
};
|
||||
|
||||
export type CreditCardCredential = {
|
||||
|
||||
Reference in New Issue
Block a user