diff --git a/frontend/app.vue b/frontend/app.vue index 4da6253..cff4058 100644 --- a/frontend/app.vue +++ b/frontend/app.vue @@ -128,7 +128,7 @@ const setupNotifications = () => { Authorization: 'Basic WGVvdmFseXRlOmtNKjhuRXMzNTchalJlXm1KYnZrRSFOIw==', 'content-type': 'application/json' }, - body: JSON.stringify({ topic: 'all', registrationToken: currentToken }) + body: JSON.stringify({ topic: 'all', registrationToken: token.value }) }).then(response => response.json()) .then(response => { console.log(response)