mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 07:16:11 +02:00
✨ Set email fields to email type to help editing
This commit is contained in:
parent
bbd6d171be
commit
3fbd73129e
3 changed files with 4 additions and 3 deletions
|
@ -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")}]]
|
||||
|
|
|
@ -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}]]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue