Removed form button from signin for create a new wallet. It is just a link.
This commit is contained in:
parent
071e6700e1
commit
5c14bf0ebc
2 changed files with 1 additions and 8 deletions
|
|
@ -12,10 +12,6 @@ angular.module('copay.signin').controller('SigninController',
|
|||
$scope.selectedWalletId = $scope.wallets.length ? $scope.wallets[0].id : null;
|
||||
$scope.openPassword = '';
|
||||
|
||||
$scope.create = function(form) {
|
||||
$location.path('setup');
|
||||
};
|
||||
|
||||
$scope.open = function(form) {
|
||||
if (form && form.$invalid) {
|
||||
$rootScope.$flashMessage = { message: 'Please, enter required fields', type: 'error'};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue