Output theme
This commit is contained in:
parent
e9dbc36f2a
commit
1752081f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ module Api
|
|||
def user_params
|
||||
params.require(:user).permit(
|
||||
:username, :email, :password, :password_confirmation,
|
||||
:granblue_id, :picture, :element, :language, :gender, :private
|
||||
:granblue_id, :picture, :element, :language, :gender, :private, :theme
|
||||
)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue