diff --git a/website/templates/home.html b/website/templates/home.html index 7a6ad2a..991624f 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -271,8 +271,11 @@

Logged in with HNS.ID

- Select a HNS.ID domain to log in with
+ {% if hnsid.nfts == [] %} +

No HNS.ID domains found

+ {% else %} + Select a HNS.ID domain to log in with
+ {% endif %}