Add register date to account data class

This commit is contained in:
Vortrex
2021-04-04 23:19:28 -05:00
parent adbfbea755
commit cb58118420

View File

@@ -223,6 +223,7 @@ function initClassTable() {
this.discordAccount = dbAssoc["acct_discord"];
this.settings = dbAssoc["acct_settings"];
this.emailAddress = dbAssoc["acct_email"];
this.whenRegistered = dbAssoc["acct_when_registered"];
this.ipAddress = dbAssoc["ipstring"];
this.notes = [];