Open cloudron account view if app update requires subscription

This commit is contained in:
Johannes Zellner
2025-10-01 13:30:53 +02:00
parent 593c9f133d
commit bab1da1ea5
+1 -1
View File
@@ -82,7 +82,7 @@ function onAskUpdate() {
}
function onSetupSubscription() {
// TODO payment
window.location.href = '/#/cloudron-account';
}
onMounted(async () => {