Lines 919-924
sub checkauth {
Link Here
|
919 |
# The token is correct, the user is fully logged in! |
919 |
# The token is correct, the user is fully logged in! |
920 |
$auth_state = 'completed'; |
920 |
$auth_state = 'completed'; |
921 |
$session->param( 'waiting-for-2FA', 0 ); |
921 |
$session->param( 'waiting-for-2FA', 0 ); |
|
|
922 |
$session->param( 'waiting-for-2FA-setup', 0 ); |
922 |
|
923 |
|
923 |
# This is an ugly trick to pass the test |
924 |
# This is an ugly trick to pass the test |
924 |
# $query->param('koha_login_context') && ( $q_userid ne $userid ) |
925 |
# $query->param('koha_login_context') && ( $q_userid ne $userid ) |
925 |
- |
|
|