Add 2FA state to client class

This commit is contained in:
Vortrex
2021-02-26 13:47:29 -06:00
parent 158a6d73fe
commit 9759de58b6

View File

@@ -171,6 +171,9 @@ function initClassTable() {
this.syncPosition = null;
this.syncHeading = null;
this.twoFactorAuthenticationState = AG_2FA_STATE_NONE;
this.twoFactorAuthenticationCode = 0;
}
},
accountData: class {