Skip to content

Commit

Permalink
QA: Missing passing login variable
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Sep 28, 2024
1 parent 71df174 commit 82a2c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1998,6 +1998,7 @@ function applyFilter() {
strURL += '&filter=' + $('#filter').val();
strURL += '&group=' + $('#group').val();
strURL += '&realm=' + $('#realm').val();
strURL += '&login=' + $('#login').val();
loadUrl({url:strURL})
}

Expand Down

0 comments on commit 82a2c8a

Please sign in to comment.