From 3d2b75860b01528c532fa9b942e07aa617654f13 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 8 Jun 2016 13:01:06 -0700 Subject: [PATCH] minor fixes to session ui --- webadmin/src/views/account.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webadmin/src/views/account.html b/webadmin/src/views/account.html index 857543966..5eef47f39 100644 --- a/webadmin/src/views/account.html +++ b/webadmin/src/views/account.html @@ -152,14 +152,14 @@
-

You are logged {{ activeTokenCount }} times into applications, including this session.

+

You are logged into {{ activeClients.length + 1 }} app(s), including this session.


Active Applications:

-

{{ client.name }} ({{client.activeTokens.length}} times)

+

{{ client.name }} - {{client.activeTokens.length}} time(s)


- +