From 1752081f3fcef8b67d286b185a20050b2a59a364 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 25 Dec 2022 20:17:20 -0800 Subject: [PATCH] Output theme --- app/controllers/api/v1/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/v1/users_controller.rb b/app/controllers/api/v1/users_controller.rb index cdd9d4e..f259737 100644 --- a/app/controllers/api/v1/users_controller.rb +++ b/app/controllers/api/v1/users_controller.rb @@ -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