Skip to content

Commit

Permalink
Removing API contact
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Nov 19, 2024
1 parent c20cc48 commit b2e30d9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ private void handleClientSideTokenGenerateImpl(RoutingContext rc) throws NoSuchA
null, TokenResponseStatsCollector.Endpoint.ClientSideTokenGenerateV2, TokenResponseStatsCollector.ResponseStatus.BadSubscriptionId, siteProvider, platformType);
return;
}
rc.data().put(AuthMiddleware.API_CONTACT_PROP, siteProvider.getSite(clientSideKeypair.getSiteId()).getName());
rc.put(com.uid2.shared.Const.RoutingContextData.SiteId, clientSideKeypair.getSiteId());

if(clientSideKeypair.isDisabled()) {
Expand Down

0 comments on commit b2e30d9

Please sign in to comment.