mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Two Factor Authentication (first look)
knockoutjs 3.1.0 New icons (archive, buy, filter) Many small fixes.
This commit is contained in:
parent
32aedce2a0
commit
a158164e80
24 changed files with 917 additions and 420 deletions
|
|
@ -14,6 +14,9 @@ class Notifications
|
|||
const SocialGoogleLoginAccessDisable = 108;
|
||||
const DomainNotAllowed = 109;
|
||||
const AccountNotAllowed = 110;
|
||||
|
||||
const AccountTwoFactorAuthRequired = 120;
|
||||
const AccountTwoFactorAuthError = 121;
|
||||
|
||||
const CantGetMessageList = 201;
|
||||
const CantGetMessage = 202;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue