Skip to content

Commit

Permalink
Merge pull request #112 from NazarUsov/testnet/issues
Browse files Browse the repository at this point in the history
Update setupJwtWalletRpc
  • Loading branch information
cryptozoidberg authored May 2, 2024
2 parents b936229 + 367a5aa commit e7fab47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html_source/src/app/pages/auth/login/login.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,10 @@ export class LoginComponent implements OnInit, OnDestroy {
});
}
}

if (this.variablesService.settings.zanoCompanionForm.zanoCompation) {
this.backend.setupJwtWalletRpc(this.variablesService.settings.zanoCompanionForm);
}
}

if (data.error_code === 'WRONG_PASSWORD') {
Expand Down

0 comments on commit e7fab47

Please sign in to comment.