Files
myeasycms-v2/apps/web/app/join/loading.tsx
giancarlo 1009685efd Move sign out command before account deletion and modify private path prefixes
The sign out command is moved ahead of the account deletion service to ensure users are logged out before their account gets deleted. The "/join" prefix is removed from the list of private path prefixes. Additionally, a global loader component is added to the join loading page.
2024-04-28 21:00:41 +07:00

4 lines
84 B
TypeScript

import { GlobalLoader } from '@kit/ui/global-loader';
export default GlobalLoader;