diff --git a/scripts/server/class.js b/scripts/server/class.js index 85a9cf8a..c7a1815a 100644 --- a/scripts/server/class.js +++ b/scripts/server/class.js @@ -171,6 +171,9 @@ function initClassTable() { this.syncPosition = null; this.syncHeading = null; + + this.twoFactorAuthenticationState = AG_2FA_STATE_NONE; + this.twoFactorAuthenticationCode = 0; } }, accountData: class {