Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jan 17, 2024
1 parent 6b173bf commit b9884f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/userLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ function loginFormReset() {
user: $('#inputUser').val(),
pass: $('#inputPassword').val(),
rememberme: $('#inputRememberMe').is(":checked"),
captcha: '<?php echo $captcha['captchaText']; ?>',
captcha: <?php echo empty($captcha['captchaText'])?"''":$captcha['captchaText']; ?>,
redirectUri: '<?php echo $_GET['redirectUri'] ?? ''; ?>'
},
type: 'post',
Expand Down

0 comments on commit b9884f4

Please sign in to comment.