bump to v 0.1.5 and other misc tweaks

This commit is contained in:
2023-12-09 20:36:51 -07:00
parent 2c300614ef
commit 9c36bb509a
8 changed files with 34 additions and 12 deletions

View File

@@ -520,7 +520,7 @@ export default class App extends Vue {
private sendSubscriptionToServer(
subscription: PushSubscription,
): Promise<void> {
console.log(subscription);
console.log("About to send subscription", subscription);
return fetch("/web-push/subscribe", {
method: "POST",
headers: {