Add Discord link route to profile section
cgen-cc58434acacd46e892d91cdb2729eacd
This commit is contained in:
parent
c23ef09897
commit
34f8661d1b
1 changed files with 4 additions and 0 deletions
|
|
@ -156,6 +156,10 @@ const App = () => (
|
|||
path="/profile/applications"
|
||||
element={<MyApplications />}
|
||||
/>
|
||||
<Route
|
||||
path="/profile/link-discord"
|
||||
element={<DiscordVerify />}
|
||||
/>
|
||||
|
||||
<Route
|
||||
path="/developers"
|
||||
|
|
|
|||
Loading…
Reference in a new issue