diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-15 10:28:54 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-04-21 09:31:06 +0200 |
commit | fa18a77fa24ad01944d79232fb637076282dedc2 (patch) | |
tree | bdca4a1e5b088e53b6d1be66f5a74d8ab0a36163 /apps | |
parent | a1aaaaa0c86c002a0a406464724b8a0236fe8406 (diff) | |
download | nextcloud-server-fa18a77fa24ad01944d79232fb637076282dedc2.tar.gz nextcloud-server-fa18a77fa24ad01944d79232fb637076282dedc2.zip |
Fix twofactor loading and public image
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/lib/Controller/ThemingController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/lib/Controller/ThemingController.php b/apps/theming/lib/Controller/ThemingController.php index e8f6bd430d3..1cd269f9bff 100644 --- a/apps/theming/lib/Controller/ThemingController.php +++ b/apps/theming/lib/Controller/ThemingController.php @@ -272,6 +272,7 @@ class ThemingController extends Controller { /** * @PublicPage * @NoCSRFRequired + * @NoSameSiteCookieRequired * * @param string $key * @param bool $useSvg @@ -304,6 +305,7 @@ class ThemingController extends Controller { * @NoCSRFRequired * @PublicPage * @NoSameSiteCookieRequired + * @NoTwoFactorRequired * * @return FileDisplayResponse|NotFoundResponse */ |