Skip to content

Commit 7cb697a

Browse files
committed
Fix indend and add comment
1 parent 79770a8 commit 7cb697a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/web/login/otp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ function finish_2fa_success($msg = '') {
161161
$data = json_decode($sys_user['otp_data'], TRUE);
162162

163163
if (!empty($data['otp_email_override'] )) {
164+
// Handle otp_email_override.
164165
$email_to = $data['otp_email_override'];
165166
}
166167
else {

0 commit comments

Comments
 (0)