Skip to content

Commit

Permalink
allow deleting second factors of customer admins in customer instance…
Browse files Browse the repository at this point in the history
… view, deleted script
  • Loading branch information
armhub committed Feb 1, 2021
1 parent 477ed44 commit e001f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/common/TutanotaConstants.js
Expand Up @@ -325,6 +325,7 @@ export const SecondFactorType = Object.freeze({
totp: "1"
})
export type SecondFactorTypeEnum = $Values<typeof SecondFactorType>;
export const SecondFactorTypeNames = ["U2F", "TOTP"]

export const MAX_ATTACHMENT_SIZE = 1024 * 1024 * 25
export const MAX_LOGO_SIZE = 1024 * 100
Expand Down

0 comments on commit e001f91

Please sign in to comment.