1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

fallback to email on avatar

This commit is contained in:
Kyle Spearrin 2018-06-21 11:29:32 -04:00
parent 9633800977
commit ed65bcf185

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">