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:
Khafidh Fuadi
2025-03-08 13:47:10 +07:00
parent eb80fb629a
commit a008988f17
8 changed files with 71 additions and 473 deletions

View File

@ -124,7 +124,7 @@ class RegisterView extends GetView<AuthController> {
children: [
const Text('Sudah punya akun?'),
TextButton(
onPressed: () => Get.offAllNamed(Routes.LOGIN),
onPressed: () => Get.offAllNamed(Routes.login),
child: const Text('Masuk'),
),
],