diff --git a/lib/ui/account/ott_verification_page.dart b/lib/ui/account/ott_verification_page.dart index 70d071232..24dc3d262 100644 --- a/lib/ui/account/ott_verification_page.dart +++ b/lib/ui/account/ott_verification_page.dart @@ -159,7 +159,7 @@ class _OTTVerificationPageState extends State { controller: _verificationCodeController, autofocus: false, autocorrect: false, - keyboardType: TextInputType.visiblePassword, + keyboardType: TextInputType.number, onChanged: (_) { setState(() {}); }, diff --git a/pubspec.yaml b/pubspec.yaml index 26257a339..f66304c44 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: ente photos application # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.11+341 +version: 0.6.14+344 environment: sdk: ">=2.10.0 <3.0.0"