Make User.to_api include combined name field
continuous-integration/drone/push Build is passing Details

master
Garrett Mills 3 years ago
parent 5420cf58bd
commit 1e80da9b80
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -111,6 +111,7 @@ class User extends AuthUser {
uid: this.uid,
first_name: this.first_name,
last_name: this.last_name,
name: `${this.first_name} ${this.last_name}`,
email: this.email,
tagline: this.tagline,
trap: this.trap,

Loading…
Cancel
Save