Skip to content

Commit

Permalink
fixup! MDL-81924 factor_sms: Add support for SMS gateway selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhawkins committed Aug 26, 2024
1 parent 70e4690 commit 609dfdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/tool/mfa/factor/sms/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
'/sms/configure.php',
[
'returnurl' => new moodle_url(
$CFG->wwwroot . '/admin/settings.php',
'/admin/settings.php',
['section' => 'factor_sms'],
),
],
);
$smsconfigureurl = $smsconfigureurl->out();

$settings->add(
new admin_setting_heading(
Expand Down

0 comments on commit 609dfdd

Please sign in to comment.