TF-3493 Upgrade Patrol to version 3.14.0 and Patrol_CLI to version 3.5.0
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -38,6 +38,7 @@ abstract class BaseLoginView extends GetWidget<LoginController> {
|
||||
|
||||
Widget buildInputCredentialForm(BuildContext context) {
|
||||
return AutofillGroup(
|
||||
key: const Key('credential_input_form'),
|
||||
child: Padding(
|
||||
padding: const EdgeInsetsDirectional.symmetric(horizontal: 24),
|
||||
child: FocusTraversalGroup(
|
||||
|
||||
@@ -99,6 +99,7 @@ class LoginView extends BaseLoginView {
|
||||
case LoginFormType.dnsLookupForm:
|
||||
case LoginFormType.retry:
|
||||
return DNSLookupInputForm(
|
||||
key: const Key('dns_lookup_input_form'),
|
||||
textEditingController: controller.usernameInputController,
|
||||
onTextChange: controller.onUsernameChange,
|
||||
onTextSubmitted: (_) => controller.invokeDNSLookupToGetJmapUrl(),
|
||||
@@ -135,6 +136,7 @@ class LoginView extends BaseLoginView {
|
||||
|
||||
Widget _buildUrlInput(BuildContext context) {
|
||||
return Padding(
|
||||
key: const Key('base_url_form'),
|
||||
padding: const EdgeInsets.only(right: 24, left: 24, bottom: 24),
|
||||
child: TypeAheadFormFieldBuilder<RecentLoginUrl>(
|
||||
controller: controller.urlInputController,
|
||||
|
||||
Reference in New Issue
Block a user