1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00: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> </div>
<div class="col-6"> <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>
</div> </div>
<button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="profileForm.loading"> <button type="submit" class="btn btn-primary btn-submit" appBlurClick [disabled]="profileForm.loading">