This commit is contained in:
Tim Olson
2023-12-28 00:55:10 -04:00
parent aa746a0163
commit afc0502e96
2 changed files with 7 additions and 6 deletions

View File

@@ -116,10 +116,7 @@ function checkVault() {
}
// todo remove automatic vault creation for Alpha 2
s.$subscribe((mutation, state)=>{
console.log('test')
checkVault()
})
s.$subscribe((mutation, state)=>{checkVault()})
</script>