mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 20:59:05 +00:00
self-review-fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
let authToken = ""; // Variable to store the token
|
||||
let authToken = null;
|
||||
|
||||
self.addEventListener("message", (event) => {
|
||||
if (event.data && event.data.type === "SET_AUTH_TOKEN") {
|
||||
|
||||
Reference in New Issue
Block a user