create new password fix
This commit is contained in:
parent
3779e17108
commit
8e5c0af26c
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user