mirror of https://github.com/espruino/BangleApps
Use new JSON format.
parent
51c91bf9ee
commit
989dc5ccd4
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue