mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
fix: set password routing
This commit is contained in:
@@ -57,7 +57,7 @@ function SetPasswordPage() {
|
||||
const { decodedAuthRequest } = useOnboardingState();
|
||||
const analytics = useAnalytics();
|
||||
|
||||
useRouteHeader(<Header hideActions onClose={() => navigate(RouteUrls.BackUpSecretKey)} />);
|
||||
useRouteHeader(<Header hideActions onClose={() => navigate(-1)} />);
|
||||
|
||||
useEffect(() => {
|
||||
void analytics.page('view', '/set-password');
|
||||
|
||||
Reference in New Issue
Block a user