diff --git a/lib/pages/auth.dart b/lib/pages/auth.dart index 0c0afeb..8c5e09a 100644 --- a/lib/pages/auth.dart +++ b/lib/pages/auth.dart @@ -14,8 +14,6 @@ class Auth extends StatefulWidget { } class _AuthState extends State { - // TODO: implement auth status check and redirect - // TODO: implement auth UI void checkAuth() async { SharedPreferences prefs = await SharedPreferences.getInstance();