Add loading to LNURL-auth
This commit is contained in:
parent
a98cd36cb5
commit
1df8d90f90
|
@ -19,6 +19,7 @@ templ LnAuth(lnurl string, action string) {
|
|||
>
|
||||
@components.Qr(lnurl, "lightning:"+lnurl)
|
||||
</div>
|
||||
@components.Loading()
|
||||
<div hx-get="/session" hx-trigger="every 1s" hx-swap="none"></div>
|
||||
</div>
|
||||
@components.Footer()
|
||||
|
|
Loading…
Reference in New Issue