Skip to content

Commit

Permalink
Update client_id
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe committed Jan 10, 2025
1 parent 0fcf8f4 commit 8b9b2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acrobat/blocks/susi-light/susi-light.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default async function init(el) {
dt: false,
locale: getConfig().locale.ietf.toLowerCase(),
response_type: 'code',
client_id,
client_id: 'AdobeExpressWeb',
redirect_uri: redirectUrl || redirect_uri,
scope: 'AdobeID,openid',
};
Expand Down

0 comments on commit 8b9b2f1

Please sign in to comment.