Show verification info only if verification is enabled
This commit is contained in:
@@ -6,6 +6,6 @@ class Account::VerifyAccountComponent < ApplicationComponent
|
||||
end
|
||||
|
||||
def render?
|
||||
!account.organization?
|
||||
Setting["feature.user.skip_verification"].blank? && !account.organization?
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user