We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c42dc6 commit 584670cCopy full SHA for 584670c
auth.cgi
@@ -44,7 +44,7 @@ ThrowUserError("auth_delegation_invalid_description")
44
45
my $callback_uri = URI->new($callback);
46
$callback_uri->scheme =~ /^https?$/
47
- or ThrowUserError('auth_delegation_illegal_protocol', { protocol => $callback_uri->scheme });
+ or ThrowUserError('auth_delegation_illegal_protocol', { protocol => scalar $callback_uri->scheme });
48
my $callback_base = $callback_uri->clone;
49
$callback_base->query(undef);
50
0 commit comments