Refactor routing dan hapus fitur lengkapi profil
- Ubah konstanta rute menjadi lowercase - Hapus metode dan tampilan lengkapi profil - Hapus kontroler dan field yang tidak digunakan - Perbarui navigasi dengan rute baru - Singkronkan perubahan di seluruh modul auth
This commit is contained in:
@ -29,7 +29,7 @@ class MyApp extends StatelessWidget {
|
||||
useMaterial3: true,
|
||||
),
|
||||
debugShowCheckedModeBanner: false,
|
||||
initialRoute: AppPages.INITIAL,
|
||||
initialRoute: AppPages.initial,
|
||||
getPages: AppPages.routes,
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user