handle /send?to=@alias url's

This commit is contained in:
keeri 2023-05-11 12:22:19 +00:00
commit 34ed82c4e8

View file

@ -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';
}