[Web] fixed totp var in twig
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
committed by
andryyy
parent
b682ec43ea
commit
974100400b
@@ -35,6 +35,7 @@ $globalVariables = [
|
||||
'pagination_size' => $PAGINATION_SIZE,
|
||||
'log_pagination_size' => $LOG_PAGINATION_SIZE,
|
||||
'alerts' => $alerts,
|
||||
'totp_secret' => $tfa->createSecret(),
|
||||
];
|
||||
|
||||
foreach ($globalVariables as $globalVariableName => $globalVariableValue) {
|
||||
|
Reference in New Issue
Block a user