Add loading to LNURL-auth

This commit is contained in:
ekzyis 2024-10-02 15:24:22 -05:00
parent a98cd36cb5
commit 1df8d90f90
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ templ LnAuth(lnurl string, action string) {
> >
@components.Qr(lnurl, "lightning:"+lnurl) @components.Qr(lnurl, "lightning:"+lnurl)
</div> </div>
@components.Loading()
<div hx-get="/session" hx-trigger="every 1s" hx-swap="none"></div> <div hx-get="/session" hx-trigger="every 1s" hx-swap="none"></div>
</div> </div>
@components.Footer() @components.Footer()