WIP on OTP 2FA, stats, etc.

This commit is contained in:
Bryan Ashby 2019-05-07 21:36:33 -06:00
parent e960e2800d
commit e5398db07b
No known key found for this signature in database
GPG key ID: B49EB437951D2542
2 changed files with 59 additions and 45 deletions

View file

@ -51,4 +51,5 @@ exports.ErrorReasons = {
Inactive : 'INACTIVE',
Locked : 'LOCKED',
NotAllowed : 'NOTALLOWED',
Invalid2FA : 'INVALID2FA',
};