add more logging
This commit is contained in:
parent
253f63a2f5
commit
5cc521ec33
|
@ -292,6 +292,9 @@ class ::OAuth2BasicAuthenticator < Auth::ManagedAuthenticator
|
||||||
|
|
||||||
extra:
|
extra:
|
||||||
#{auth["extra"].to_hash.to_yaml}
|
#{auth["extra"].to_hash.to_yaml}
|
||||||
|
|
||||||
|
all:
|
||||||
|
#{auth&.to_hash&.to_yaml}
|
||||||
LOG
|
LOG
|
||||||
|
|
||||||
if SiteSetting.oauth2_fetch_user_details?
|
if SiteSetting.oauth2_fetch_user_details?
|
||||||
|
|
Loading…
Reference in New Issue