Auto focus on the relevant field
This commit is contained in:
parent
1547c5499f
commit
b5c0ff07b0
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@ import 'package:logging/logging.dart';
|
|||
import 'package:photos/services/user_service.dart';
|
||||
import 'package:photos/ui/common_elements.dart';
|
||||
import 'package:photos/ui/two_factor_recovery_page.dart';
|
||||
import 'package:photos/utils/dialog_util.dart';
|
||||
import 'package:pinput/pin_put/pin_put.dart';
|
||||
|
||||
class TwoFactorAuthenticationPage extends StatefulWidget {
|
||||
|
@ -82,6 +81,7 @@ class _TwoFactorAuthenticationPageState
|
|||
border: InputBorder.none,
|
||||
counterText: '',
|
||||
),
|
||||
autofocus: true,
|
||||
),
|
||||
),
|
||||
Padding(padding: EdgeInsets.all(24)),
|
||||
|
|
Loading…
Reference in a new issue