Autofill totp_identifier for user/email based on creds (#4200)

This commit is contained in:
Marc Kelechava
2025-12-04 13:26:51 -08:00
committed by GitHub
parent 4b9c89e22b
commit b9b3d9bb69
3 changed files with 113 additions and 68 deletions

View File

@@ -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 = {