Skip to content
Snippets Groups Projects

Feature/fix login workflow

Merged Benoit Alessandroni requested to merge feature/fix-login-workflow into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -13,8 +13,8 @@ h2.title_form Complete your mentor account
@@ -13,8 +13,8 @@ h2.title_form Complete your mentor account
sib-form(
sib-form(
bind-user
bind-user
fields="account_information(last_name, first_name, mentor_profile.organisation,\
fields="account_information(last_name, first_name, mentor_profile.organisation,\
mentor_profile.phone, mentor_profile.language, account.picture),\
mentor_profile.phone, mentor_profile.language),\
about_you(header_about_you, mentor_profile.headline, mentor_profile.city, mentor_profile.country,\
about_you(header_about_you, account.picture, mentor_profile.headline, mentor_profile.city, mentor_profile.country,\
mentor_profile.biography, mentor_profile.skills),\
mentor_profile.biography, mentor_profile.skills),\
social_media(header_social_media, mentor_profile.linkedin, mentor_profile.twitter), username"
social_media(header_social_media, mentor_profile.linkedin, mentor_profile.twitter), username"
Loading