mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
correct diagnostics method
This commit is contained in:
@ -57,7 +57,7 @@ class SingleSignOn
|
||||
|
||||
def diagnostics
|
||||
SingleSignOn::ACCESSORS.map do |a|
|
||||
"#{a}: #{sso.send(a)}"
|
||||
"#{a}: #{send(a)}"
|
||||
end.join("\n")
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user