Skip to content

Commit

Permalink
fix: remove bot id
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Jan 23, 2025
1 parent 02eb084 commit 7ca5360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs-app/pages/popupMode/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class MyApp extends React.Component<IProps, IState> {
[WEIBO]: { domain: AUTH_DOMAIN },
[LINE]: { domain: AUTH_DOMAIN },
[COGNITO]: { domain: COGNITO_AUTH_DOMAIN, identity_provider: "Google", response_type: "token", user_info_endpoint: "userInfo" },
[TELEGRAM]: { domain: AUTH_DOMAIN, bot_token: "7974448012:AAGLN8ee4WnJhJt6Jc7_Sb275smMs-8K00I", identity_provider: "Telegram", origin: "https://wildcat-endless-basically.ngrok-free.app/serviceworker/redirect", },
[TELEGRAM]: { domain: AUTH_DOMAIN, identity_provider: "Telegram", origin: "https://wildcat-endless-basically.ngrok-free.app/serviceworker/redirect", },
[REDDIT]: { domain: AUTH_DOMAIN, connection: "Reddit", verifierIdField: "name", isVerifierIdCaseSensitive: false },
};
};
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app/pages/redirectMode/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class RedirectMode extends React.Component<IProps, IState> {
[WEIBO]: { domain: AUTH_DOMAIN },
[LINE]: { domain: AUTH_DOMAIN },
[COGNITO]: { domain: COGNITO_AUTH_DOMAIN, identity_provider: "Google", response_type: "token", user_info_endpoint: "userInfo" },
[TELEGRAM]: { domain: AUTH_DOMAIN, identity_provider: "Telegram", origin: "https://wildcat-endless-basically.ngrok-free.app/auth", bot_token: "7974448012:AAGLN8ee4WnJhJt6Jc7_Sb275smMs-8K00I", },
[TELEGRAM]: { domain: AUTH_DOMAIN, identity_provider: "Telegram", origin: "https://wildcat-endless-basically.ngrok-free.app/auth" },
[REDDIT]: { domain: AUTH_DOMAIN, connection: "Reddit", verifierIdField: "name", isVerifierIdCaseSensitive: false },
};
};
Expand Down

0 comments on commit 7ca5360

Please sign in to comment.