Browse Source

fixed 修改用户 log

pull/342/head
xxqfamous 3 years ago
parent
commit
166952560e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/forms/register/remote_form.rb

+ 1
- 1
app/forms/register/remote_form.rb View File

@@ -7,7 +7,7 @@ module Register
validate :check!
def check!
Rails.logger.info "Register::RemoteForm params: username: #{username}; email: #{email}; password: #{password}; platform: #{platform}"
Rails.logger.info "Register::RemoteForm params: id: #{user&.id}; username: #{username}; email: #{email}; password: #{password}; platform: #{platform}"
check_login(username, user)
check_mail(email,user)
check_password(password)


Loading…
Cancel
Save