mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
traewelling: we now accept name or e-mail for login
This commit is contained in:
parent
528f59dbd2
commit
fc05987b14
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
|||
<div class="input-field col s12">
|
||||
<i class="material-icons prefix">account_circle</i>
|
||||
%= text_field 'email', id => 'email', class => 'validate', required => undef, maxlength => 250
|
||||
<label for="email">E-Mail</label>
|
||||
<label for="email">Login (Name oder E-Mail)</label>
|
||||
</div>
|
||||
<div class="input-field col s12">
|
||||
<i class="material-icons prefix">lock</i>
|
||||
|
|
Loading…
Reference in a new issue