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 22, 2024
1 parent 57a3368 commit 6069f1d
Show file tree
Hide file tree
Showing 5 changed files with 3,627 additions and 2 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"
}
Loading

0 comments on commit 6069f1d

Please sign in to comment.