mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
Merge pull request #8280 from coliff/coliff-email-inputtype
Correct input type for email
This commit is contained in:
commit
b7ee624988
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
type="password" id="newuserpassword"
|
||||
placeholder="<?php p($l->t('Password'))?>"
|
||||
autocomplete="off" autocapitalize="none" autocorrect="off" />
|
||||
<input id="newemail" type="text" style="display:none"
|
||||
<input id="newemail" type="email" style="display:none"
|
||||
placeholder="<?php p($l->t('E-Mail'))?>"
|
||||
autocomplete="off" autocapitalize="none" autocorrect="off" />
|
||||
<div class="groups"><div class="groupsListContainer multiselect button" data-placeholder="<?php p($l->t('Groups'))?>"><span class="title groupsList"></span><span class="icon-triangle-s"></span></div></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue