mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
577118ca02
* chore: sign up workflow updated * chore: sign in workflow updated * refactor: folder structure * chore: forgot password workflow * refactor: form component props * chore: forgot password popover for instances with smtp unconfigured * chore: updated UX copy * chore: update reset password link * chore: update email placeholder
5 lines
136 B
TypeScript
5 lines
136 B
TypeScript
export * from "./o-auth";
|
|
export * from "./sign-in-forms";
|
|
export * from "./sign-up-forms";
|
|
export * from "./deactivate-account-modal";
|