ugh, where was 2fa integration gone?

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-21 19:25:06 +01:00
parent 7c68fa7bd0
commit 5fa0f4b87e
3 changed files with 5 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ if ($userinfo['type_2fa'] == '0') {
2 => 'Authenticator'
);
asort($type_select_values);
$type_select = "";
foreach ($type_select_values as $_val => $_type) {
$type_select .= \Froxlor\UI\HTML::makeoption($_type, $_val);
}