feat: persist portal invitation locales

This commit is contained in:
poyrazavsever
2026-07-19 03:07:35 +03:00
parent c1c473469a
commit 0158f2f25a
10 changed files with 249 additions and 46 deletions
+1
View File
@@ -17,6 +17,7 @@ export async function POST(request: Request) {
const invitation = await createPortalInvitation(actor, {
clientId: body.clientId,
email: body.email,
locale: body.locale,
expiresInHours: body.expiresInHours,
});