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