summary refs log tree commit diff
path: root/util/src/schemas/TotpEnableSchema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'util/src/schemas/TotpEnableSchema.ts')
-rw-r--r--util/src/schemas/TotpEnableSchema.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/src/schemas/TotpEnableSchema.ts b/util/src/schemas/TotpEnableSchema.ts
deleted file mode 100644

index 44d9ebac..00000000 --- a/util/src/schemas/TotpEnableSchema.ts +++ /dev/null
@@ -1,6 +0,0 @@ - -export interface TotpEnableSchema { - password: string; - code?: string; - secret?: string; -}