diff options
Diffstat (limited to 'src/util/schemas/TotpDisableSchema.ts')
-rw-r--r-- | src/util/schemas/TotpDisableSchema.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/schemas/TotpDisableSchema.ts b/src/util/schemas/TotpDisableSchema.ts index b73db64e..51446e1c 100644 --- a/src/util/schemas/TotpDisableSchema.ts +++ b/src/util/schemas/TotpDisableSchema.ts @@ -1,4 +1,3 @@ - export interface TotpDisableSchema { code: string; } |