mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
1f3fdd5d0a
* feat: reset password page for self-hosted added * chore: change reset password workflow * dev: update email template for reset password * chore: updated restricted workspace slugs list --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
6 lines
190 B
TypeScript
6 lines
190 B
TypeScript
export * from "./email-code-form";
|
|
export * from "./email-password-form";
|
|
export * from "./email-reset-password-form";
|
|
export * from "./github-login-button";
|
|
export * from "./google-login";
|