fix: fixed debug secret
This commit is contained in:
parent
dd68c0c9b5
commit
24e919cdd6
13
app.js
13
app.js
@ -7,9 +7,16 @@ App({
|
|||||||
TOTPS: localStorage.getItem('TOTPs') || []
|
TOTPS: localStorage.getItem('TOTPs') || []
|
||||||
},
|
},
|
||||||
onCreate(options) {
|
onCreate(options) {
|
||||||
localStorage.setItem('TOTPs', [
|
// localStorage.setItem('TOTPs', [
|
||||||
new TOTP('JBSWY3DPEHPK3PXPQ', 'totp.danhersam.com', 'Iasd')
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I1', 6, 30, 0, 'SHA-1'),
|
||||||
])
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I2', 6, 30, 5, 'SHA-1'),
|
||||||
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I3', 6, 30, -5, 'SHA-1'),
|
||||||
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I4', 6, 30, 0, 'SHA-1'),
|
||||||
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I5', 6, 30, 0, 'SHA-1'),
|
||||||
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I6', 6, 30, 0, 'SHA-1'),
|
||||||
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I7', 6, 30, 0, 'SHA-1'),
|
||||||
|
// new TOTP('JBSWY3DPEHPK3PXP', 'totp.danhersam.com', 'I8', 6, 30, 0, 'SHA-1')
|
||||||
|
// ])
|
||||||
},
|
},
|
||||||
|
|
||||||
onDestroy(options) {
|
onDestroy(options) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user