handle /send?to=@alias url's
This commit is contained in:
parent
e42b848fa9
commit
34ed82c4e8
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ export class SendComponent implements OnInit {
|
|||
|
||||
if (params && params.to) {
|
||||
this.toAccountID = params.to;
|
||||
this.offerLookupIfDestinationIsAlias();
|
||||
this.validateDestination();
|
||||
this.sendDestinationType = 'external-address';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue