mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct diagnostics method
This commit is contained in:
parent
19ca08857f
commit
eafba0c0c0
@ -57,7 +57,7 @@ class SingleSignOn
|
||||
|
||||
def diagnostics
|
||||
SingleSignOn::ACCESSORS.map do |a|
|
||||
"#{a}: #{sso.send(a)}"
|
||||
"#{a}: #{send(a)}"
|
||||
end.join("\n")
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user