mirror of
https://github.com/fosrl/pangolin.git
synced 2025-09-01 07:20:06 +02:00
create invite and accept invite endpoints
This commit is contained in:
parent
2f61cacedc
commit
d739bce3dc
7 changed files with 333 additions and 48 deletions
|
@ -226,7 +226,7 @@ export default function StepperForm() {
|
|||
<div className="flex items-center space-x-2">
|
||||
{currentStep !== "org" ? (
|
||||
<Link
|
||||
href={`/${orgId}/sites`}
|
||||
href={`/${orgId}/settings/sites`}
|
||||
className="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
|
||||
>
|
||||
Skip for now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue