Skip to content

Commit

Permalink
Fix 'Authenticate with wallet' visibility bug (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: VAFEIADIS Nikos <[email protected]>
  • Loading branch information
vafeini and VAFEIADIS Nikos authored Feb 13, 2024
1 parent 990b8a6 commit 6916c4b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@
<p> - OR - </p>
</div>
</div>
<a class="authorize" [href]="redirectUrl">AUTHENTICATE WITH WALLET</a>
<div *ngIf="!hasResult">
<a class="authorize" [href]="redirectUrl">AUTHENTICATE WITH WALLET</a>
</div>
</div>

0 comments on commit 6916c4b

Please sign in to comment.