Reverts unwanted changes

This commit is contained in:
Nithin David Thomas
2024-02-14 20:33:34 +05:30
parent 55317c8fad
commit 54bd3c38d5
3 changed files with 7 additions and 3 deletions
@@ -23,6 +23,8 @@ 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],