@model LightningWalletServices @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); }

@Model.WalletName

@if (Model.ShowQR) { }
Browser connection

You can go to @Model.WalletName from your browser by clicking here

QR Code connection

You can use QR Code to connect to your @Model.WalletName from your mobile.

@if (!Model.ShowQR) {
} else {
}
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") @if (Model.ShowQR) { } }