- Updated the User model to implement Filament’s tenancy contracts - Seeded a ready-to-use demo tenant (user, tenant, active package, purchase) - Introduced a branded, translated 403 error page to replace the generic forbidden message for unauthorised admin hits - Removed the public “Register” links from the marketing header - hardened join event logic and improved error handling in the guest pwa.
11 lines
394 B
JSON
11 lines
394 B
JSON
{
|
|
"login": {
|
|
"title": "Tenant-Admin",
|
|
"lead": "Melde dich mit deinem Fotospiel-Account an. Du wirst zur sicheren OAuth-Anmeldung weitergeleitet und anschließend zur Admin-Oberfläche zurückgebracht.",
|
|
"cta": "Mit Tenant-Account anmelden",
|
|
"loading": "Bitte warten …",
|
|
"oauth_error": "Anmeldung fehlgeschlagen: {{message}}",
|
|
"appearance_label": "Darstellung"
|
|
}
|
|
}
|