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

@@ -927,6 +927,15 @@ export default class AccountViewView extends Vue {
webPushServer: this.webPushServerInput,
});
this.webPushServer = this.webPushServerInput;
this.$notify(
{
group: "alert",
type: "warning",
title: "Reload",
text: "Now reload the app to get a new VAPID to use with this push server.",
},
-1,
);
}
}
</script>