mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
inputmode email on hint
This commit is contained in:
parent
4e5bb0d12c
commit
2749216a34
@ -19,7 +19,7 @@
|
||||
<div class="box-content-row" appBoxRow>
|
||||
<label for="email">{{'emailAddress' | i18n}}</label>
|
||||
<input id="email" type="text" name="Email" [(ngModel)]="email" required appAutofocus
|
||||
appInputVerbatim="false">
|
||||
inputmode="email" appInputVerbatim="false">
|
||||
</div>
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
|
Loading…
Reference in New Issue
Block a user