summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xauth.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.cgi b/auth.cgi
index c5dae77de..f069e3aec 100755
--- a/auth.cgi
+++ b/auth.cgi
@@ -64,7 +64,7 @@ if ($confirmed || $skip_confirmation) {
{ token => $token, callback => $callback });
}
}
- my $app_id = sha256_hex($callback_uri, $description);
+ my $app_id = sha256_hex($callback_base, $description);
my $keys = Bugzilla::User::APIKey->match({
user_id => $user->id,
app_id => $app_id,