diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml index b294704ac..ae8c1f74c 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Consent.cshtml @@ -2,6 +2,7 @@ @{ ViewBag.ThemeColor = "white"; + ViewBag.ThemeSize = "profile-lg"; ViewBag.Title = T.Get("users.consent.title"); } diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml index e6d5f4a18..806e752cf 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Account/Login.cshtml @@ -2,6 +2,7 @@ @{ ViewBag.ThemeColor = "white"; + ViewBag.ThemeSize = "profile-lg"; var action = Model.IsLogin ? T.Get("common.login") : T.Get("common.signup"); diff --git a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml index 103e3ad5d..98505dac7 100644 --- a/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml +++ b/backend/src/Squidex/Areas/IdentityServer/Views/Profile/Profile.cshtml @@ -35,7 +35,7 @@ } -