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.
This commit is contained in:
giancarlo
2024-04-28 21:00:41 +07:00
parent 4390f64b8a
commit 1009685efd
3 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
import { GlobalLoader } from '@kit/ui/global-loader';
export default GlobalLoader;