mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
ffa74e21ac
* chore: new sign in workflow * chore: request new code button added * chore: create new password form added * fix: build errors * chore: remove unused components * chore: update submitting state texts * fix: oauth sign in process
9 lines
260 B
TypeScript
9 lines
260 B
TypeScript
export * from "./create-password";
|
|
export * from "./email-form";
|
|
export * from "./o-auth-options";
|
|
export * from "./optional-set-password";
|
|
export * from "./unique-code";
|
|
export * from "./password";
|
|
export * from "./root";
|
|
export * from "./set-password-link";
|