mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-26 00:22:44 +00:00
Merge pull request #225 from andryyy/patch-3
Disable auto-correct on iOS for username
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<md-input-container class="md-block">
|
||||
<label><var:string label:value="Username"/></label>
|
||||
<md-icon>person</md-icon>
|
||||
<input autocapitalize="off" type="text" ng-model="app.creds.username" ng-required="true"/>
|
||||
<input autocorrect="off" autocapitalize="off" type="text" ng-model="app.creds.username" ng-required="true"/>
|
||||
</md-input-container>
|
||||
<md-input-container class="md-block">
|
||||
<label><var:string label:value="Password"/></label>
|
||||
|
||||
Reference in New Issue
Block a user