mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
fixed 属性判断
This commit is contained in:
@@ -853,8 +853,8 @@ class User < Owner
|
||||
end
|
||||
|
||||
def profile_is_completed?
|
||||
# self.nickname.present? && self.mail.present?
|
||||
true
|
||||
#self.nickname.present? && self.mail.present?
|
||||
self.mail.present?
|
||||
end
|
||||
|
||||
def trace_token
|
||||
|
||||
Reference in New Issue
Block a user