24
1
Fork 0

use email type for signin input tag

This commit is contained in:
Danny Coates 2019-03-02 17:05:58 -08:00
parent 3666900f13
commit 6ab006de61
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = function(trigger) {
<form onsubmit=${submitEmail} data-no-csrf>
<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"
placeholder=${state.translate('emailEntryPlaceholder')}
/>