Skip to content
Snippets Groups Projects
Verified Commit 7cb697a8 authored by Helmo's avatar Helmo
Browse files

Fix indend and add comment

parent 79770a89
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ if($_SESSION['otp']['type'] == 'email') {
$data = json_decode($sys_user['otp_data'], TRUE);
if (!empty($data['otp_email_override'] )) {
// Handle otp_email_override.
$email_to = $data['otp_email_override'];
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment