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 4, 2024
1 parent 7939772 commit 6283e7a
Show file tree
Hide file tree
Showing 5 changed files with 3,614 additions and 2 deletions.
5 changes: 4 additions & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"src/autocomplete/Autocompleter.ts": "src/autocomplete/Autocompleter.ts",
"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/structures/HomePage.tsx": "src/components/structures/HomePage.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"
}
Loading

0 comments on commit 6283e7a

Please sign in to comment.