Add register date to account data class
This commit is contained in:
@@ -223,6 +223,7 @@ function initClassTable() {
|
|||||||
this.discordAccount = dbAssoc["acct_discord"];
|
this.discordAccount = dbAssoc["acct_discord"];
|
||||||
this.settings = dbAssoc["acct_settings"];
|
this.settings = dbAssoc["acct_settings"];
|
||||||
this.emailAddress = dbAssoc["acct_email"];
|
this.emailAddress = dbAssoc["acct_email"];
|
||||||
|
this.whenRegistered = dbAssoc["acct_when_registered"];
|
||||||
this.ipAddress = dbAssoc["ipstring"];
|
this.ipAddress = dbAssoc["ipstring"];
|
||||||
|
|
||||||
this.notes = [];
|
this.notes = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user