diff --git a/app/views/profile/index.html.erb b/app/views/profile/index.html.erb index eabab5fb..6732d907 100644 --- a/app/views/profile/index.html.erb +++ b/app/views/profile/index.html.erb @@ -12,7 +12,7 @@
<%= f.label :last_name, t('last_name'), class: 'label' %> - <%= f.text_field :last_name, required: true, class: 'base-input', dir: 'auto' %> + <%= f.text_field :last_name, required: false, class: 'base-input', dir: 'auto' %>