My code is looks like this:
<li class="${properties.kcFormSocialAccountListLinkClass!}"><a href="http://localhost:4200/" id="zocial-${p.alias}" class="zocial ${p.providerId}"> <span>Sign in using OTP</span></a></li>
the problem is that, I need to send the current window url as query param with the localhost:4200/ . How do I do that ? the file is of FTL Type.