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