refactor(invitation): simplify buildInvitationUrl by removing email parameter

This commit is contained in:
Yusuf İpek
2026-04-10 21:11:56 +03:00
parent 8014fc3986
commit 84ea384ee7
5 changed files with 4 additions and 6 deletions
-1
View File
@@ -6,7 +6,6 @@ import { acceptInvitationTokenForUser } from '@/lib/invitations';
interface InvitationAcceptPageProps {
searchParams: Promise<{
token?: string;
email?: string;
}>;
}