Add error handle for login page

This commit is contained in:
2023-09-01 16:16:34 +08:00
parent 239d1675af
commit 09a950486b
5 changed files with 29 additions and 3 deletions

View File

@@ -123,6 +123,7 @@ class _MainApp extends State<MainApp> {
theme: _themeData,
darkTheme: _darkThemeData,
themeMode: _themeMode,
scaffoldMessengerKey: rootScaffoldMessengerKey,
);
}