diff --git a/web/repertory/lib/screens/auth_screen.dart b/web/repertory/lib/screens/auth_screen.dart index 7cc483a2..0495b5b5 100644 --- a/web/repertory/lib/screens/auth_screen.dart +++ b/web/repertory/lib/screens/auth_screen.dart @@ -35,7 +35,7 @@ class _AuthScreenState extends State { child: Padding( padding: const EdgeInsets.all(constants.padding), child: SizedBox( - width: 400, + width: 300, child: Column( mainAxisSize: MainAxisSize.min, mainAxisAlignment: MainAxisAlignment.start, @@ -48,6 +48,7 @@ class _AuthScreenState extends State { ), const SizedBox(height: constants.padding), TextField( + autofocus: true, decoration: InputDecoration(labelText: 'Username'), controller: _userController, ),