We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acea2cd commit a53aba2Copy full SHA for a53aba2
interface/web/login/otp.php
@@ -135,7 +135,7 @@ function finish_2fa_success($msg = '') {
135
}
136
137
//* Send code via email
138
- if(!isset($_SESSION['otp']['sent']) || $_GET['action'] == 'resend') {
+ if(!isset($_SESSION['otp']['sent']) || $_GET['action'] == 'resent') {
139
140
//* Ensure that code is not sent too often
141
if(isset($_SESSION['otp']['sent']) && $_SESSION['otp']['sent'] > $max_code_resend) {
0 commit comments