1
0
mirror of https://github.com/bitwarden/web synced 2025-12-31 23:53:13 +00:00

logged in as on

This commit is contained in:
Kyle Spearrin
2019-06-04 00:06:15 -04:00
parent dad084b309
commit e7b2557bcd
4 changed files with 13 additions and 6 deletions

View File

@@ -19,7 +19,9 @@
[ngClass]="{'fa-eye': !showPassword, 'fa-eye-slash': showPassword}"></i>
</button>
</div>
<small class="text-muted form-text">{{'loggedInAsEmail' | i18n : email}}</small>
<small class="text-muted form-text">
{{'loggedInAsEmailOn' | i18n : email : webVaultHostname}}
</small>
</div>
<hr>
<div class="d-flex">