取消完善资料
This commit is contained in:
parent
63824eaa8b
commit
471de1dc07
|
@ -853,7 +853,8 @@ class User < Owner
|
|||
end
|
||||
|
||||
def profile_is_completed?
|
||||
self.nickname.present? && self.mail.present?
|
||||
# self.nickname.present? && self.mail.present?
|
||||
true
|
||||
end
|
||||
|
||||
def trace_token
|
||||
|
|
Loading…
Reference in New Issue