Compare commits
2 Commits
d048360c11
...
ab90dd2679
Author | SHA1 | Date | |
---|---|---|---|
ab90dd2679 | |||
978b9b2c71 |
@ -1,5 +1,5 @@
|
||||
[tool.bumpversion]
|
||||
current_version = "1.3.29"
|
||||
current_version = "1.3.30"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
@ -93,6 +93,7 @@
|
||||
return response.json();
|
||||
})
|
||||
.then(data => {
|
||||
console.log('Received VAPID public key:', data.public_key);
|
||||
const applicationServerKey = urlB64ToUint8Array(data.public_key);
|
||||
registration.pushManager.subscribe({
|
||||
userVisibleOnly: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user