Merge remote-tracking branch 'autocap/patch-1'

This commit is contained in:
Ozzie Isaacs 2021-10-30 09:36:48 +02:00
commit 4b7b646692
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
<div class="form-group">
<label for="username">{{_('Username')}}</label>
<input type="text" class="form-control" id="username" name="username" placeholder="{{_('Username')}}">
<input type="text" class="form-control" id="username" name="username" autocapitalize="off" placeholder="{{_('Username')}}">
</div>
<div class="form-group">
<label for="password">{{_('Password')}}</label>