summary refs log tree commit diff
path: root/src/util/schemas/TotpEnableSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/TotpEnableSchema.ts')
-rw-r--r--src/util/schemas/TotpEnableSchema.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/schemas/TotpEnableSchema.ts b/src/util/schemas/TotpEnableSchema.ts
index 7f6fb5a9..4e3551d9 100644
--- a/src/util/schemas/TotpEnableSchema.ts
+++ b/src/util/schemas/TotpEnableSchema.ts
@@ -2,4 +2,4 @@ export interface TotpEnableSchema {
 	password: string;
 	code?: string;
 	secret?: string;
-}
\ No newline at end of file
+}