Update index.html PH.R. E.ROAMER#1820
Update index.html PH.R. E.ROAMER#1820roamerfineartist-dot wants to merge 1 commit intoopenai:masterfrom
Conversation
Add SAML authentication integration for Islamic Guidance application
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32e9714070
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -1,4 +1,391 @@ | |||
| // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | |||
| <md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://accounts.google.com/o/saml2?idpid=C01b5yv0m" validUntil="2030-09-05T09:27:02.000Z"> | |||
There was a problem hiding this comment.
Remove invalid XML/Python block from TypeScript module
src/resources/shared.ts now starts with raw SAML XML and Python code instead of valid TypeScript, so the file can no longer be parsed as a .ts module. Any tsc build (and downstream consumers importing this generated SDK) will fail before runtime because the parser hits non-TS tokens at the top of the file.
Useful? React with 👍 / 👎.
|
Allow |
Add SAML authentication integration for Islamic Guidance application
Changes being requested
Additional context & links