Fix glidera getting token
This commit is contained in:
parent
c6a5c77516
commit
f574a9d78b
5 changed files with 53 additions and 42 deletions
|
|
@ -65,7 +65,7 @@ angular.module('copayApp.controllers').controller('buyGlideraController',
|
|||
glideraService.buy(token, twoFaCode, data, function(err, data) {
|
||||
self.loading = null;
|
||||
if (err) {
|
||||
self.error = gettext('Could not buy bitcoin');
|
||||
self.error = err;
|
||||
}
|
||||
else {
|
||||
self.success = data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue