Because links are not reusable in LightningWalletService, it should not open in a new tab

This commit is contained in:
nicolas.dorier
2019-11-06 21:17:50 +09:00
parent 06b2a3383d
commit 22af4d2836

View File

@@ -30,7 +30,7 @@
<div class="form-group">
<h5>Browser connection</h5>
<p>
<span>You can go to @Model.WalletName from your browser by <a href="@Model.ServiceLink" target="_blank">clicking here</a><br /></span>
<span>You can go to @Model.WalletName from your browser by <a href="@Model.ServiceLink">clicking here</a><br /></span>
</p>
</div>