diff --git a/apps/authentiwatch/interface.html b/apps/authentiwatch/interface.html index 0b7774557..17b7648ea 100644 --- a/apps/authentiwatch/interface.html +++ b/apps/authentiwatch/interface.html @@ -322,7 +322,8 @@ function loadTokens() { Puck.eval(`require('Storage').read(${JSON.stringify('authentiwatch.json')})`,data=>{ Util.hideModal(); try { - tokens = JSON.parse(data); + let saved = JSON.parse(data); + tokens = saved.data; updateTokens(); } catch { tokens = [];