[+] Add profile picture field to aqua net user

This commit is contained in:
Azalea
2024-03-05 17:59:44 -05:00
parent 441d7376cb
commit 68626fecd7
3 changed files with 7 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ class AquaNetUser(
// Profile fields
var profileLocation: String = "",
var profileBio: String = "",
var profilePicture: String = "",
// Email confirmation
var emailConfirmed: Boolean = false,