mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Wait 1 second after access token generation
This commit is contained in:
parent
6d630194ae
commit
e316546198
|
@ -373,6 +373,9 @@ CLASS lcl_2fa_github_authenticator IMPLEMENTATION.
|
|||
EXPORTING
|
||||
iv_error_text = 'Token generation failed: parser error' ##NO_TEXT.
|
||||
ENDIF.
|
||||
|
||||
" GitHub might need some time until the new token is ready to use, give it a second
|
||||
CALL FUNCTION 'RZL_SLEEP'.
|
||||
ENDMETHOD.
|
||||
|
||||
METHOD set_new_token_request.
|
||||
|
|
Loading…
Reference in New Issue
Block a user