Autocapitalize off on Email input
This commit is contained in:
parent
0731c47e32
commit
ec08e50f86
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<label for="username">
|
||||
{{importLegacy.fromCloud ? 'Email': 'Username'}}
|
||||
<input type="text" class="form-control" placeholder="{{importLegacy.fromCloud ? 'Email': 'Username'}}"
|
||||
name="username" ng-model="importLegacy.username" required>
|
||||
name="username" ng-model="importLegacy.username" autocapitalize="off" required>
|
||||
</label>
|
||||
|
||||
<label for="password">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue