Skip to content

Commit 17e633f

Browse files
committed
SDK-495: Fixing typo for email address attribute in profile.html
1 parent 3b5e091 commit 17e633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/yoti_example_flask/templates/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
{% if given_names %}{{ attribute("Given names", "yoti-icon-profile", given_names) }}{% endif %}
109109
{% if family_name %}{{ attribute("Family names", "yoti-icon-profile", family_name) }}{% endif %}
110110
{% if phone_number %}{{ attribute("Mobile number", "yoti-icon-phone", phone_number) }}{% endif %}
111-
{% if email_adress %}{{ attribute("Email address", "yoti-icon-email", email_address) }}{% endif %}
111+
{% if email_address %}{{ attribute("Email address", "yoti-icon-email", email_address) }}{% endif %}
112112
{% if date_of_birth %}{{ attribute("Date of birth", "yoti-icon-calendar", date_of_birth) }}{% endif %}
113113
{% if age_verified %}{{ attribute("Age verified", "yoti-icon-verified", age_verified, "Age Verification/") }}{% endif %}
114114
{% if postal_address %}{{ attribute("Address", "yoti-icon-address", postal_address) }}{% endif %}

0 commit comments

Comments
 (0)