Skip to content

Commit

Permalink
Merge pull request #2 from wannevancamp/patch-2
Browse files Browse the repository at this point in the history
Fix authorization errors
  • Loading branch information
seggewiss authored Feb 2, 2024
2 parents 6c1ef0f + ab297f7 commit 0f5d0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function createServer() {
* Configure the app server for authentication and verification
*/
const cfg: Config = {
appName: 'AdminExtensionSDKExampleApp',
appName: 'MeteorAdminSDKExampleApp',
appSecret: 'testSecret',
authorizeCallbackUrl: `${URL}/authorize/callback`
};
Expand Down

0 comments on commit 0f5d0d1

Please sign in to comment.