feat: Settings page to update profile

This commit is contained in:
kbe
2025-09-11 16:07:25 +02:00
parent f54742b041
commit 91e6425c1e
8 changed files with 165 additions and 4462 deletions

View File

@@ -47,7 +47,7 @@ class Auth::RegistrationsController < Devise::RegistrationsController
# If you have extra params to permit, append them to the sanitizer.
def configure_account_update_params
devise_parameter_sanitizer.permit(:account_update, keys: [ :last_name, :first_name ])
devise_parameter_sanitizer.permit(:account_update, keys: [ :last_name, :first_name, :is_professionnal ])
end
# The path used after sign up.