feat: Changes account creation to support multiple steps (#8859)

* feat: Changes account creation to support multiple steps

* Adds API changes and new routes

* Fixes type
This commit is contained in:
Nithin David Thomas
2024-02-08 02:02:02 -08:00
committed by GitHub
parent 17cb938bc8
commit a649c2733f
6 changed files with 49 additions and 10 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],