summary refs log tree commit diff
path: root/util/src/schemas/TotpEnableSchema.ts
blob: 44d9ebac50b83c52ecc498abc1a9ca178d1986e3 (plain) (blame)
1
2
3
4
5
6
export interface TotpEnableSchema {
	password: string;
	code?: string;
	secret?: string;
}