Skip to content

Commit 9387054

Browse files
committed
dc56334 part 2
Fixes #17129
1 parent 9f58147 commit 9387054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/controllers/UsersController.php

+1
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,7 @@ public function actionSetup2fa(): Response
14411441
{
14421442
$this->getView()->registerAssetBundle(AuthMethodSetupAsset::class);
14431443

1444+
$this->response->setNoCacheHeaders();
14441445
return $this->renderTemplate('_special/setup-2fa.twig', templateMode: View::TEMPLATE_MODE_CP);
14451446
}
14461447

0 commit comments

Comments
 (0)