Set email fields to email type to help editing

This commit is contained in:
Andrés Moya 2021-08-02 11:54:10 +02:00
parent bbd6d171be
commit 3fbd73129e
3 changed files with 4 additions and 3 deletions

View file

@ -97,7 +97,7 @@
[:div.fields-row
[:& fm/input
{:name :email
:type "text"
:type "email"
:tab-index "2"
:help-icon i/at
:label (tr "auth.email")}]]

View file

@ -96,12 +96,12 @@
:content (tr "modals.change-email.info" (:email profile))}]
[:div.fields-row
[:& fm/input {:type "text"
[:& fm/input {:type "email"
:name :email-1
:label (tr "modals.change-email.new-email")
:trim true}]]
[:div.fields-row
[:& fm/input {:type "text"
[:& fm/input {:type "email"
:name :email-2
:label (tr "modals.change-email.confirm-email")
:trim true}]]]