diff options
Diffstat (limited to 'src/util/schemas/TotpEnableSchema.ts')
-rw-r--r-- | src/util/schemas/TotpEnableSchema.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/TotpEnableSchema.ts b/src/util/schemas/TotpEnableSchema.ts index 44d9ebac..4e3551d9 100644 --- a/src/util/schemas/TotpEnableSchema.ts +++ b/src/util/schemas/TotpEnableSchema.ts @@ -1,4 +1,3 @@ - export interface TotpEnableSchema { password: string; code?: string; |