Forgot one for accounts->channel update

This commit is contained in:
Daniel Krol 2022-05-10 15:23:08 -04:00
parent 6bbd324388
commit 14e9f4d925

View file

@ -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,
}); });
} }