Lines 875-880
sub checkauth {
Link Here
|
875 |
# The token is correct, the user is fully logged in! |
875 |
# The token is correct, the user is fully logged in! |
876 |
$auth_state = 'completed'; |
876 |
$auth_state = 'completed'; |
877 |
$session->param( 'waiting-for-2FA', 0 ); |
877 |
$session->param( 'waiting-for-2FA', 0 ); |
|
|
878 |
$session->param( 'waiting-for-2FA-setup', 0 ); |
878 |
|
879 |
|
879 |
# This is an ugly trick to pass the test |
880 |
# This is an ugly trick to pass the test |
880 |
# $query->param('koha_login_context') && ( $q_userid ne $userid ) |
881 |
# $query->param('koha_login_context') && ( $q_userid ne $userid ) |
881 |
- |
|
|