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.
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
import { GlobalLoader } from '@kit/ui/global-loader';
|
|
|
|
export default GlobalLoader;
|