WIP - Fix bug #1414

This commit is contained in:
Christophe Maudoux 2018-05-07 23:55:16 +02:00
parent 6fc7455233
commit 835224ab70

View File

@ -209,7 +209,7 @@ llapp.controller 'SessionsExplorerCtrl', ['$scope', '$translator', '$location',
# 2. Push session keys in result, grouped by categories
for category, attrs of categories
subres = []
for attr in attrs
for attr in attrs
if session[attr]
if session[attr].match(/"type":\s*"(?:TOTP|U2F|UBK)"/)
subres.push