* feat: add workspace invite links schema * feat: update workspace invite schema * feat: add repo funcs and share link toggle * feat: redirect to next param on authentication * feat: add invite page * feat: switch to workspace on invite success * refactor: tweak light mode styles * feat(cloud): update subscription for cloud * feat: only allow admin users to create links * chore: add translations
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import InviteView from "~/views/invite";
|
|
|
|
export default function InvitePage() {
|
|
return <InviteView />;
|
|
}
|