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
+2 -1
View File
@@ -22,4 +22,5 @@ export type AuthAuditEventType =
| "invitation_accepted"
| "invitation_accept_failed"
| "client_access_disabled"
| "client_access_enabled";
| "client_access_enabled"
| "client_locale_updated";