This commit is contained in:
zefie
2025-06-22 18:42:43 -04:00
parent 6e16d64a90
commit bffc32e0ee
2 changed files with 22 additions and 12 deletions

View File

@@ -163,7 +163,7 @@ class WTVSec {
}
setTicketData(key, value) {
if (key === null) throw ("WTVSec.ssetTicketDataet(): invalid key provided");
if (key === null) throw ("WTVSec.setTicketData(): invalid key provided");
if (typeof (this.ticket_store) === 'undefined') this.ticket_store = {};
this.ticket_store[key] = value;
if (this.ticket_b64) this.PrepareTicket();