We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f545ec commit 5880c1fCopy full SHA for 5880c1f
push.pl
@@ -59,9 +59,6 @@
59
}
60
die 'missing CSRF token' unless defined $csrf;
61
62
-my $attemptLogin = $ua->post($dockerHub . '/attempt-login/' => {} => json => { jwt => $token });
63
-die 'attempt-login failed' unless $attemptLogin->res->is_success;
64
-
65
my $authorizationHeader = {
66
Authorization => "JWT $token",
67
'X-CSRFToken' => $csrf,
0 commit comments