Skip to content

Commit a53aba2

Browse files
committed
typo
1 parent acea2cd commit a53aba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/login/otp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function finish_2fa_success($msg = '') {
135135
}
136136

137137
//* Send code via email
138-
if(!isset($_SESSION['otp']['sent']) || $_GET['action'] == 'resend') {
138+
if(!isset($_SESSION['otp']['sent']) || $_GET['action'] == 'resent') {
139139

140140
//* Ensure that code is not sent too often
141141
if(isset($_SESSION['otp']['sent']) && $_SESSION['otp']['sent'] > $max_code_resend) {

0 commit comments

Comments
 (0)