mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-28 19:44:24 -04:00
Add 2FA TOTP code editor to browser extension (#1391)
This commit is contained in:
committed by
Leendert de Borst
parent
dccbda7515
commit
a92bbef41a
@@ -13,4 +13,7 @@ export type TotpCode = {
|
||||
|
||||
/** The credential ID this TOTP code belongs to */
|
||||
CredentialId: string;
|
||||
|
||||
/** Whether the TOTP code has been deleted (soft delete) */
|
||||
IsDeleted?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user