mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-21 16:08:35 +00:00
* Started working on invite flow changes - new backend api * Worked on decoupling routes logic from private route * Changed invite flow * Removed VerificationSuccessInfoScreen component from organization invite process * Added sso invite user signup * working on signup revamp - handling instance and organization signups * working on signup bugs * Refactor signup process and handle error messages consistently * resolved login bug * bug-fix: Redirection issue after org accepting invite * Replaced signup/org-id to org-slug * Fixed bugs: SSO redirection, logout and login redirection. * Added incorrect email input error * Refactored inviteSessionPayload and activateAccountWithToken functions * Bugfix: back to login button wasn't working * bugfix: redirection after switch workspace API * added: auto password setup, sso signup errors * Removed console logs * fixed personal workspace bug, workspace signup route fixes * fix: user already invited but tried to signup through signup url * sso incorrect email check * updated error messages * Added non-existed workspace login url error redirection
12 lines
374 B
JavaScript
12 lines
374 B
JavaScript
export * from './Pagination';
|
|
export * from './ConfirmDialog';
|
|
export * from './DarkModeToggle';
|
|
export * from './SearchBox';
|
|
export * from './ToolTip';
|
|
export * from './AppModal';
|
|
export * from './ImageWithSpinner';
|
|
export * from './Menu';
|
|
export * from './LoginLoader';
|
|
export * from './RedirectLoader';
|
|
export * from './FilterPreview';
|
|
export * from './MultiSelectUser';
|