feat: API changes to support multi step user signup

This commit is contained in:
Nithin David Thomas
2024-02-14 19:33:24 +05:30
parent 7298002da7
commit ea94a1aff6
3 changed files with 3 additions and 7 deletions
@@ -23,8 +23,6 @@ class Api::V1::AccountsController < Api::BaseController
def create
@user, @account = AccountBuilder.new(
account_name: account_params[:account_name],
user_full_name: account_params[:user_full_name],
email: account_params[:email],
user_password: account_params[:password],
locale: account_params[:locale],