Remove /discord route (back to original flow)
cgen-fe4613b387944ccc84da605e187fe7c2
This commit is contained in:
parent
a622df780d
commit
4d1cf9d070
1 changed files with 0 additions and 1 deletions
|
|
@ -203,7 +203,6 @@ 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