From 58b4a11546824f7986925a77b8ffae391a6e6d6d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 18 May 2022 22:05:18 -0700 Subject: [PATCH] Go straight into subscription setup --- src/js/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/client.js b/src/js/client.js index 3f3ba7b0f..0f20704a0 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -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) {