feat:resetting password done

This commit is contained in:
jahongireshonqulov
2025-11-01 20:41:28 +05:00
parent c5a6c2dbed
commit 8c4e082c57
19 changed files with 259 additions and 20 deletions

View File

@@ -62,7 +62,7 @@ class _MyAppState extends State<MyApp> {
debugShowCheckedModeBanner: false,
theme: AppTheme.lightTheme,
darkTheme: AppTheme.darkTheme,
themeMode: ThemeMode.dark,
themeMode: ThemeMode.light,
// themeMode: themeState.themeMode,
routerConfig: sl<AppRoutes>().router,
locale: state.currentLocale,