Add time zone preference (#25342)
This commit is contained in:
parent
16dd3f08c1
commit
4c9406bdb0
20 changed files with 32 additions and 17 deletions
|
@ -35,7 +35,7 @@ class AppSignUpService < BaseService
|
|||
end
|
||||
|
||||
def user_params
|
||||
@params.slice(:email, :password, :agreement, :locale)
|
||||
@params.slice(:email, :password, :agreement, :locale, :time_zone)
|
||||
end
|
||||
|
||||
def account_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue