1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[Send] Updated current access input type to text (#1648)

This commit is contained in:
Vincent Salucci
2021-03-01 09:42:06 -06:00
committed by GitHub
parent e17649d869
commit 8cb51da4ab

View File

@@ -186,7 +186,7 @@
<div class="box-content"> <div class="box-content">
<div class="box-content-row" appBoxRow> <div class="box-content-row" appBoxRow>
<label for="currentAccessCount">{{'currentAccessCount' | i18n}}</label> <label for="currentAccessCount">{{'currentAccessCount' | i18n}}</label>
<input id="currentAccessCount" readonly type="number" name="CurrentAccessCount" <input id="currentAccessCount" readonly type="text" name="CurrentAccessCount"
[(ngModel)]="send.accessCount"> [(ngModel)]="send.accessCount">
</div> </div>
</div> </div>