mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-20 11:56:38 +00:00
setup server admin
This commit is contained in:
@@ -21,7 +21,7 @@ export default async function InvitePage(props: {
|
||||
const user = await verifySession();
|
||||
|
||||
if (!user) {
|
||||
redirect(`/?redirect=/invite?token=${params.token}`);
|
||||
redirect(`/auth/signup?redirect=/invite?token=${params.token}`);
|
||||
}
|
||||
|
||||
const parts = tokenParam.split("-");
|
||||
|
||||
Reference in New Issue
Block a user