-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
fix wechat login error: make next-auth compatible for text/plain response type #6585
Open
xiangnanscu
wants to merge
37
commits into
lobehub:main
Choose a base branch
from
xiangnanscu:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+13
−1
Open
Changes from 19 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
323cfbf
fix: wechat text/plain error
xiangnanscu ebf4330
Merge branch 'lobehub:main' into wechat
xiangnanscu d0a2026
Update wechat.ts
xiangnanscu 0286fbf
Merge branch 'wechat' of github.com:xiangnanscu/lobe-chat into main
xiangnanscu d88c519
🔧 fix: Refactor WeChat SSO token configuration
xiangnanscu bd7fba1
Merge branch 'lobehub:main' into main
xiangnanscu f827744
✨ feat(wechat): Add styling for WeChat SSO provider
xiangnanscu 6a7d2e3
Merge branch 'lobehub:main' into main
xiangnanscu 8535f7b
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user b894575
✨ feat(wechat): Add styling for WeChat SSO provider
xiangnanscu f7a36ee
Merge branch 'main' of github.com:xiangnanscu/lobe-chat into main
xiangnanscu 68278f5
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 48564be
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 38e53a0
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 664b497
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 23ec7b4
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 069e1f7
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 46ad1e2
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user f1f0097
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user c8c133b
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 00c30d9
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 79d7813
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 91f64fc
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 4fcfb4a
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user a09c6e2
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 8f03a91
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 4e31cde
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user ef2cccb
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user a71490f
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 9323d32
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 21deb5b
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user bb8895a
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 27d72eb
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user 6effa12
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user e4bd57c
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user ccddc72
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user d708034
Merge branch 'main' of https://github.com/lobehub/lobe-chat
actions-user File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
这里的 Profile 是可以配置 type 的,不用指定成 any,你看看是不是没配置?