diff options
Diffstat (limited to 'web/src/models/Methods.ts')
| -rw-r--r-- | web/src/models/Methods.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/src/models/Methods.ts b/web/src/models/Methods.ts index ab80212bb..e075e9c7c 100644 --- a/web/src/models/Methods.ts +++ b/web/src/models/Methods.ts @@ -1,6 +1,5 @@ - export enum SecondFactorMethod { TOTP = 1, U2F = 2, - MobilePush = 3 + MobilePush = 3, } |
