|
|
@ -56,16 +56,16 @@ class _LoginPageState extends State<LoginPage> { |
|
|
|
branding.name, |
|
|
|
branding.name, |
|
|
|
style: Theme.of(context).textTheme.titleLarge, |
|
|
|
style: Theme.of(context).textTheme.titleLarge, |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
if (branding.showLoginWithNextcloud) ...[ |
|
|
|
const SizedBox( |
|
|
|
const SizedBox( |
|
|
|
height: 20, |
|
|
|
height: 20, |
|
|
|
), |
|
|
|
), |
|
|
|
if (branding.showLoginWithNextcloud) ...[ |
|
|
|
|
|
|
|
Text(AppLocalizations.of(context).loginWorksWith), |
|
|
|
Text(AppLocalizations.of(context).loginWorksWith), |
|
|
|
const SizedBox( |
|
|
|
const SizedBox( |
|
|
|
height: 20, |
|
|
|
height: 20, |
|
|
|
), |
|
|
|
), |
|
|
|
], |
|
|
|
|
|
|
|
const NextcloudLogo(), |
|
|
|
const NextcloudLogo(), |
|
|
|
|
|
|
|
], |
|
|
|
const SizedBox( |
|
|
|
const SizedBox( |
|
|
|
height: 40, |
|
|
|
height: 40, |
|
|
|
), |
|
|
|
), |
|
|
|