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
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',
};