improving UI and wording for signing page
This commit is contained in:
parent
5761554c39
commit
9779d5f6df
7 changed files with 28 additions and 27 deletions
|
|
@ -19,6 +19,9 @@ console.log('[signin.js.23:walletId:]',walletId); //TODO
|
|||
};
|
||||
|
||||
$scope.join = function(secret) {
|
||||
if (!secret || !secret.length) {
|
||||
return;
|
||||
}
|
||||
$scope.loading = true;
|
||||
|
||||
walletFactory.network.on('joinError', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue