Add Discord OAuth callback route
cgen-e7a1b83c170d42c68e94cd53b63d28d4
This commit is contained in:
parent
48e47d9d66
commit
6157b1cc5c
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ const App = () => (
|
|||
element={<RobloxCallback />}
|
||||
/>
|
||||
<Route path="/web3-callback" element={<Web3Callback />} />
|
||||
<Route path="/discord" element={<DiscordOAuthCallback />} />
|
||||
<Route path="/discord-verify" element={<DiscordVerify />} />
|
||||
|
||||
{/* Creator Network routes */}
|
||||
|
|
|
|||
Loading…
Reference in a new issue