Skip to content

Commit 5880c1f

Browse files
committed
Remove "attempt-login" endpoint (apparently no longer necessary or even existent)
1 parent 7f545ec commit 5880c1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

push.pl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
}
6060
die 'missing CSRF token' unless defined $csrf;
6161

62-
my $attemptLogin = $ua->post($dockerHub . '/attempt-login/' => {} => json => { jwt => $token });
63-
die 'attempt-login failed' unless $attemptLogin->res->is_success;
64-
6562
my $authorizationHeader = {
6663
Authorization => "JWT $token",
6764
'X-CSRFToken' => $csrf,

0 commit comments

Comments
 (0)