Use new JSON format.

pull/972/head
Andrew Gregory 2021-12-01 00:18:44 +08:00 committed by GitHub
parent 51c91bf9ee
commit 989dc5ccd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ const algos = {
}; };
var tokens = require("Storage").readJSON("authentiwatch.json", true) || []; var tokens = require("Storage").readJSON("authentiwatch.json", true) || [];
tokens = tokens.data;
// QR Code Text // QR Code Text
// //