From 04e13eac5525ad950339afac36b0c6aa26b49720 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 29 Jan 2017 14:38:38 -0800 Subject: [PATCH] Improve appstore signup --- webadmin/src/views/appstore.html | 6 +++--- webadmin/src/views/appstore.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webadmin/src/views/appstore.html b/webadmin/src/views/appstore.html index 05c83cd73..52c5dfb2d 100644 --- a/webadmin/src/views/appstore.html +++ b/webadmin/src/views/appstore.html @@ -197,11 +197,11 @@
-

App Store Signup

-

App Store Login

+

Sign up with Cloudron App Store

+

Login to Cloudron App Store

-

For using the Cloudron App Store, you have to login with your cloudron.io account.

+

An App Store account gives you access to apps and updates.


{{ appstoreLogin.error.generic }}
diff --git a/webadmin/src/views/appstore.js b/webadmin/src/views/appstore.js index f48f50f48..f80ab92bb 100644 --- a/webadmin/src/views/appstore.js +++ b/webadmin/src/views/appstore.js @@ -256,7 +256,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca error: {}, email: '', password: '', - register: false, + register: true, submit: function () { $scope.appstoreLogin.error = {};