Skip to content

Commit

Permalink
feat: add invite code field on registration page
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkaintas committed Jan 23, 2024
1 parent 57a3368 commit 6652a03
Show file tree
Hide file tree
Showing 6 changed files with 3,628 additions and 3 deletions.
5 changes: 4 additions & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"src/components/views/dialogs/InviteDialog.tsx": "src/components/views/dialogs/InviteDialog.tsx",
"src/components/views/right_panel/UserInfo.tsx": "src/components/views/right_panel/UserInfo.tsx",
"src/components/structures/HomePage.tsx": "src/components/structures/HomePage.tsx",
"src/components/views/dialogs/spotlight/SpotlightDialog.tsx": "src/components/views/dialogs/spotlight/SpotlightDialog.tsx"
"src/components/views/dialogs/spotlight/SpotlightDialog.tsx": "src/components/views/dialogs/spotlight/SpotlightDialog.tsx",
"src/components/structures/auth/Registration.tsx": "src/components/structures/auth/Registration.tsx",
"src/components/views/auth/RegistrationForm.tsx": "src/components/views/auth/RegistrationForm.tsx",
"src/components/structures/MatrixChat.tsx": "src/components/structures/MatrixChat.tsx"
}
3 changes: 2 additions & 1 deletion config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"brand": "Element Call"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
"community_bot_user_id": "@communitybot:superhero.com"
"community_bot_user_id": "@communitybot:superhero.com",
"affiliation_registration_endpoint": "https://matrix.superhero.com/ae-wallet-bot/register/"
}
Loading

0 comments on commit 6652a03

Please sign in to comment.