diff --git a/hnslinks.py b/hnslinks.py
index 7755173..66d9e8c 100644
--- a/hnslinks.py
+++ b/hnslinks.py
@@ -88,7 +88,7 @@ functions = {
             "url": 
             {
                 "name": "Login URL",
-                "type": "text"
+                "type": "list"
             }
         }
     }
@@ -331,4 +331,4 @@ def edit(params, authentication):
     if 'result' not in response:
         return {"status": "Error signing message"}
     signature = response["result"]
-    return {"url": f"https://links.hns.au/auth?username={domain}&signature={signature}"}
\ No newline at end of file
+    return {"url": [f"<a href=https://links.hns.au/auth?username={domain}&signature={signature} target='_blank'>Edit HNS Links</a>"]}
\ No newline at end of file