File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ class _LoginPageState extends State<LoginPage> {
458458
459459 final externalAuthenticationMethods = widget.serverSettings.externalAuthenticationMethods;
460460
461- final loginForm = Column (mainAxisAlignment: MainAxisAlignment .center, children: [
461+ final loginOption = Column (mainAxisAlignment: MainAxisAlignment .center, children: [
462462 _UsernamePasswordForm (loginPageState: this ),
463463 if (externalAuthenticationMethods.isNotEmpty) ...[
464464 const OrDivider (),
@@ -498,7 +498,7 @@ class _LoginPageState extends State<LoginPage> {
498498 // left or the right of this box
499499 child: ConstrainedBox (
500500 constraints: const BoxConstraints (maxWidth: 400 ),
501- child: loginForm ))))));
501+ child: loginOption ))))));
502502 }
503503}
504504
You can’t perform that action at this time.
0 commit comments