mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
(fix) do not autocapitalize the username field
This commit is contained in:
committed by
Francis Lachapelle
parent
a8f52b30b8
commit
d056f5581a
@@ -54,7 +54,7 @@
|
||||
<label>
|
||||
<var:string label:value="Username:"/>
|
||||
</label>
|
||||
<input type="text" ng-model="creds.username" required="required" />
|
||||
<input autocapitalize="off" type="text" ng-model="creds.username" required="required" />
|
||||
</md-input-container>
|
||||
<md-input-container>
|
||||
<label>
|
||||
|
||||
Reference in New Issue
Block a user