-
Notifications
You must be signed in to change notification settings - Fork 209
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
[JS] chore: add ttk settings for oauth samples #928
Conversation
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.
Are you planning on adding this support for other samples (messageExtension and adaptive card auth) in this pr or another pr?
In another PR. |
…jianlu/oauth-bot
…ams-ai into kuojianlu/oauth-bot
Hi @singhk97, since this PR is not merged yet, I just update the other two samples here together :) |
Linked issues
closes: #783
Details
Provide a list of your changes here. If you are fixing a bug, please provide steps to reproduce the bug.
Change details
code snippets:
screenshots:
Attestation Checklist
My code follows the style guidelines of this project
I have checked for/fixed spelling, linting, and other errors
I have commented my code for clarity
I have made corresponding changes to the documentation (we use TypeDoc to document our code)
My changes generate no new warnings
I have added tests that validates my changes, and provides sufficient test coverage. I have tested with:
New and existing unit tests pass locally with my changes
Additional information