Improve appstore signup

This commit is contained in:
Johannes Zellner
2017-01-29 14:38:38 -08:00
parent 2b3ae69f63
commit 04e13eac55
2 changed files with 4 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
error: {},
email: '',
password: '',
register: false,
register: true,
submit: function () {
$scope.appstoreLogin.error = {};