Set 'oauth.openid.hidden' to true

2022-03-24
Luca 3 years ago
parent b2356afb79
commit 15c677a28c

@ -105,7 +105,7 @@ return [
// For example {"user":{"name":"foo"}} can be accessed using user.name
'nested_info' => false,
// Only show after clicking the page title (optional)
'hidden' => false,
'hidden' => true,
// Mark user as arrived when using this provider (optional)
'mark_arrived' => true,
// If the password field should be enabled on registration (optional)

Loading…
Cancel
Save