Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/dt login security fixes #2277

Merged
Prev Previous commit
Next Next commit
fix: remove uneccesary description 2
  • Loading branch information
squigglybob committed Nov 27, 2023
commit adb647344c32a152eaf4c7d7f10be81fc3b73384
2 changes: 1 addition & 1 deletion dt-login/login-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ private static function get_defaults() {
'key' => 'firebase_config_label',
'label' => 'Where to find the config details',
'description' => 'Go to your firebase console and in the project settings get the config details from your webapp https://console.firebase.google.com/',
'description_2' => is_multisite() && !is_network_admin() ? 'If you are a super admin, please install the dt multisite plugin at the network level in order to control the firebase keys. https://github.com/DiscipleTools/disciple-tools-multisite' : '',
'description_2' => '',
'value' => '',
'type' => 'label',
'multisite_level' => true,
Expand Down