mirror of
https://github.com/ente-io/ente.git
synced 2025-08-02 15:13:49 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export enum TwoFactorType {
|
|
PASSKEY = "passkey",
|
|
TOTP = "totp",
|
|
}
|