Gave profile page a facelift in perperation for email/password update pop-ups.
This commit is contained in:
parent
a51152a89d
commit
c32f3df3f3
16 changed files with 316 additions and 157 deletions
|
|
@ -435,9 +435,10 @@ userSchema.methods.getProfile = function(){
|
|||
tokeCount: this.getTokeCount(),
|
||||
img: this.img,
|
||||
signature: this.signature,
|
||||
pronouns: this.pronouns,
|
||||
bio: this.bio
|
||||
};
|
||||
|
||||
|
||||
//return profile hashtable
|
||||
return profile;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue