refactor
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-22 02:23:13 -05:00
parent e4f59dadfb
commit aad26b8529

View File

@ -116,7 +116,7 @@ class AuthCheck extends StatelessWidget {
constants.navigatorKey.currentContext!,
).pushNamedAndRemoveUntil('/auth', (Route<dynamic> route) => false);
});
return SizedBox.shrink();
return child;
}
return child;