Forgot one for accounts->channel update
This commit is contained in:
parent
6bbd324388
commit
14e9f4d925
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export class ApproveComponent implements OnInit {
|
||||||
|
|
||||||
finishFlow(signedTransactionHex?: string): void {
|
finishFlow(signedTransactionHex?: string): void {
|
||||||
this.identityService.login({
|
this.identityService.login({
|
||||||
channels: this.accountService.getChannels(),
|
channel: this.accountService.getActiveChannel(this.globalVars.hostname),
|
||||||
signedTransactionHex,
|
signedTransactionHex,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue