Autocapitalize off on Email input

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-07 11:30:32 -03:00
commit ec08e50f86
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -31,7 +31,7 @@
<label for="username"> <label for="username">
{{importLegacy.fromCloud ? 'Email': 'Username'}} {{importLegacy.fromCloud ? 'Email': 'Username'}}
<input type="text" class="form-control" placeholder="{{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>
<label for="password"> <label for="password">