use email type for signin input tag
This commit is contained in:
parent
3666900f13
commit
6ab006de61
|
@ -43,7 +43,7 @@ module.exports = function(trigger) {
|
||||||
<form onsubmit=${submitEmail} data-no-csrf>
|
<form onsubmit=${submitEmail} data-no-csrf>
|
||||||
<input
|
<input
|
||||||
id="email-input"
|
id="email-input"
|
||||||
type="text"
|
type="email"
|
||||||
class="${hidden} border rounded-lg w-full px-2 py-1 h-12 mb-3 text-lg text-grey-darker leading-loose"
|
class="${hidden} border rounded-lg w-full px-2 py-1 h-12 mb-3 text-lg text-grey-darker leading-loose"
|
||||||
placeholder=${state.translate('emailEntryPlaceholder')}
|
placeholder=${state.translate('emailEntryPlaceholder')}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue