Merge pull request #388 from ente-io/minor_improvement

Show numpad for ott + bump version v0.6.14
This commit is contained in:
Vishnu Mohandas 2022-07-09 11:31:03 +05:30 committed by GitHub
commit 7cf3b67d1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -159,7 +159,7 @@ class _OTTVerificationPageState extends State<OTTVerificationPage> {
controller: _verificationCodeController,
autofocus: false,
autocorrect: false,
keyboardType: TextInputType.visiblePassword,
keyboardType: TextInputType.number,
onChanged: (_) {
setState(() {});
},

View file

@ -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"