-
Notifications
You must be signed in to change notification settings - Fork 1
Handle cases where third party cookie is blocked by browsers #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- clicking on back button in the token input screen will take the user back to the previous screen
Deploying with
|
Status | Name | Latest Commit | Updated (UTC) |
---|---|---|---|
✅ Deployment successful! View logs |
thoughtspot-mcp-server-third-party-block | 70ac8fb | Jun 13 2025, 06:27 PM |
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
@@ -62,6 +63,53 @@ export function renderTokenCallback(instanceUrl: string, oauthReqInfo: string) { | |||
font-size: 0.85rem; | |||
color: #6c757d; | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make this html block more modular, currently it will be hard to debug any errors in this area. Maybe start by having separate html file and a separate css for this.
No description provided.