fallback to email on avatar

This commit is contained in:
Kyle Spearrin 2018-06-21 11:29:32 -04:00
parent 9633800977
commit ed65bcf185
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
</div>
</div>
<div class="col-6">
<app-avatar data="{{profile.name}}" dynamic="true" width="75" height="75" fontSize="35"></app-avatar>
<app-avatar data="{{profile.name || profile.email}}" dynamic="true" width="75" height="75" fontSize="35"></app-avatar>
</div>
</div>
<button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="profileForm.loading">