Skip to content

Commit

Permalink
Setting module
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 27, 2024
1 parent 5739263 commit 781c308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
custom_email_field: 'email',
button_color: '#ffbe6f',
button_icon: 'fas fa-address-card',
hide_login_form: nil,
hide_login_form: '0',
self_registration: '0',
custom_firstname_field: 'given_name',
custom_lastname_field: 'family_name',
update_login: nil,
oauth_logout: nil,
oauth_login: nil,
update_login: '0',
oauth_logout: '0',
oauth_login: '0',
custom_logout_endpoint: '',
validate_user_roles: '',
oauth_version: ''
Expand Down

0 comments on commit 781c308

Please sign in to comment.