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 933f413 commit 52c93e6Copy full SHA for 52c93e6
auth.cgi
@@ -64,7 +64,7 @@ if ($confirmed || $skip_confirmation) {
64
{ token => $token, callback => $callback });
65
}
66
67
- my $app_id = sha256_hex($callback_uri, $description);
+ my $app_id = sha256_hex($callback_base, $description);
68
my $keys = Bugzilla::User::APIKey->match({
69
user_id => $user->id,
70
app_id => $app_id,
0 commit comments