diff --git a/apps/mobile_app/lib/core/init_app.dart b/apps/mobile_app/lib/core/init_app.dart index 84c630d4..2401c8f7 100644 --- a/apps/mobile_app/lib/core/init_app.dart +++ b/apps/mobile_app/lib/core/init_app.dart @@ -39,7 +39,7 @@ Future initApp(EnvironmentEnum env) async { log: env.isDevelopment || kDebugMode, onTokenExpired: isPaymentMode ? () => appRouter.go(AppRoutes.scaTreezor) - : () => appRouter.go(AppRoutes.legacyLogin), + : null, onUnauthorized: () async { final currentLocation = appRouter.routerDelegate.currentConfiguration.uri.path;