diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2022-12-13 15:46:28 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2022-12-13 15:46:28 +0000 |
| commit | e5e9bd58b60f8fb24f27be0f79dfa1c7eedcdb22 (patch) | |
| tree | 051276152d0bb15211f8109bb61a622a5102b4aa /lib/classes/TwoFactorAuth.php | |
| parent | 7c2ae216f313f5fd2d70b57cfa2e48292ee3420f (diff) | |
Resolve "Polishing für die neue HTML-Stuktur" Teil 1
Closes #1886 and #1888
Merge request studip/studip!1231
Diffstat (limited to 'lib/classes/TwoFactorAuth.php')
| -rw-r--r-- | lib/classes/TwoFactorAuth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/classes/TwoFactorAuth.php b/lib/classes/TwoFactorAuth.php index 7fd9f45..3582b6f 100644 --- a/lib/classes/TwoFactorAuth.php +++ b/lib/classes/TwoFactorAuth.php @@ -215,6 +215,7 @@ final class TwoFactorAuth ) ); } + PageLayout::setBodyElementId('tfa-confirmation-screen'); echo $GLOBALS['template_factory']->render( 'tfa-validate.php', |
