mirror of
https://github.com/langgenius/dify.git
synced 2026-02-24 18:05:11 +00:00
feat: the frontend part of mcp (#22131)
Co-authored-by: jZonG <jzongcode@gmail.com> Co-authored-by: Novice <novice12185727@gmail.com> Co-authored-by: nite-knite <nkCoding@gmail.com> Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
This commit is contained in:
10
web/app/oauth-callback/page.tsx
Normal file
10
web/app/oauth-callback/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
'use client'
|
||||
import { useOAuthCallback } from '@/hooks/use-oauth'
|
||||
|
||||
const OAuthCallback = () => {
|
||||
useOAuthCallback()
|
||||
|
||||
return <div />
|
||||
}
|
||||
|
||||
export default OAuthCallback
|
||||
Reference in New Issue
Block a user