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