forked from jsnbuchanan/crowd-funder-for-time-pwa
finish the loading of an invite RegisterAction when clicking on a link
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class="text-lg text-center px-2 py-1 absolute -left-2 -top-1"
|
||||
@click="$router.back()"
|
||||
>
|
||||
<fa icon="chevron-left" class="fa-fw"></fa>
|
||||
<fa icon="chevron-left" class="fa-fw" />
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
@@ -34,8 +34,8 @@
|
||||
click here to set it for them.
|
||||
</span>
|
||||
</p>
|
||||
<UserNameDialog ref="userNameDialog" />
|
||||
</div>
|
||||
<UserNameDialog ref="userNameDialog" />
|
||||
|
||||
<div
|
||||
@click="onCopyUrlToClipboard()"
|
||||
|
||||
Reference in New Issue
Block a user