Change PasswordIntegration #1

This commit is contained in:
2025-09-09 12:34:45 +05:30
parent b62b8a157d
commit b3fb387bdd
10 changed files with 72 additions and 42 deletions

View File

@@ -43,7 +43,7 @@ class ProfileScreen extends StatelessWidget {
),
ListTile(
leading: const Icon(Icons.password),
title: Text(loc.changePassword),
title: Text(loc.changeLoginPassword),
onTap: () {
Navigator.push(
context,