create new password fix

This commit is contained in:
Kalonkarthik 2025-02-14 17:37:26 +05:30
parent 3779e17108
commit 8e5c0af26c

View File

@ -188,7 +188,7 @@ class _CreateNewPwState extends ConsumerState<CreateNewPw> {
} }
@override @override
Widget build(BuildContext contextx) { Widget build(BuildContext context) {
double screenHeight = MediaQuery.of(context).size.height; double screenHeight = MediaQuery.of(context).size.height;
double screenWidth = MediaQuery.of(context).size.width; double screenWidth = MediaQuery.of(context).size.width;
final passwordLocale = ref.watch(localeProvider); final passwordLocale = ref.watch(localeProvider);