fix: Set account default language in account API (#5086)

This commit is contained in:
Tejaswini Chile
2022-07-26 22:42:20 +05:30
committed by GitHub
parent 699b01c1d1
commit f6891aebbb
9 changed files with 26 additions and 6 deletions

View File

@@ -27,6 +27,6 @@ class Platform::Api::V1::AccountsController < PlatformController
end
def account_params
params.permit(:name)
params.permit(:name, :locale)
end
end