mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
refactor(invitation): simplify buildInvitationUrl by removing email parameter
This commit is contained in:
@@ -6,7 +6,6 @@ import { acceptInvitationTokenForUser } from '@/lib/invitations';
|
||||
interface InvitationAcceptPageProps {
|
||||
searchParams: Promise<{
|
||||
token?: string;
|
||||
email?: string;
|
||||
}>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user