Go straight into subscription setup

This commit is contained in:
Girish Ramakrishnan
2022-05-18 22:05:18 -07:00
parent 65521c63a3
commit 58b4a11546

View File

@@ -3029,7 +3029,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
// basically the user has not setup appstore account yet
if (!subscription.plan) return window.location.href = '/#/appstore';
window.location.href = this.getConfig().consoleServerOrigin + '/#/cloudron/' + subscription.cloudronId;
window.location.href = this.getConfig().consoleServerOrigin + '/#/subscription_setup/' + subscription.cloudronId;
};
Client.prototype.getAppstoreAppByIdAndVersion = function (appId, version, callback) {