plane/web/components/account/o-auth/index.ts
Aaryan Khandelwal 017a8e422e
chore: new sign-in, sign-up and forgot password workflows (#3415)
* 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
2024-01-19 20:55:03 +05:30

4 lines
102 B
TypeScript

export * from "./github-sign-in";
export * from "./google-sign-in";
export * from "./o-auth-options";