summary refs log tree commit diff
path: root/src/util/schemas/TotpSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/TotpSchema.ts')
-rw-r--r--src/util/schemas/TotpSchema.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/TotpSchema.ts b/src/util/schemas/TotpSchema.ts
index fe54735e..941a92ec 100644
--- a/src/util/schemas/TotpSchema.ts
+++ b/src/util/schemas/TotpSchema.ts
@@ -1,4 +1,3 @@
-
 export interface TotpSchema {
 	code: string;
 	ticket: string;