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

@@ -72,7 +72,7 @@ class _ChangePasswordScreenState extends State<ChangePasswordScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: Text(AppLocalizations.of(context).changePassword)),
appBar: AppBar(title: Text(AppLocalizations.of(context).changeLoginPassword)),
body: Padding(
padding: const EdgeInsets.all(16),
child: Form(

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,