Supporting invitations through geo URLs

This commit is contained in:
Eric van der Vlist 2023-03-05 10:15:32 +01:00
parent 975297722a
commit 1e0c1a707d
1 changed files with 3 additions and 3 deletions

View File

@ -339,10 +339,10 @@ const User: Component<Props> = (props) => {
Invitations :
<A href={invitationLink()} target='_blank'>
https
</A>
<A href={invitationLink('geo')} target='_blank'>
</A>,
<a href={invitationLink('geo')} target='_blank'>
geo
</A>
</a>
</h3>
<form use:form>
<TextField.Root>