Fixed issues with impersonation. Show warning or error depending on connection's remaining time before expiry. Replaced use of /api/... in urls.

This commit is contained in:
Tom
2025-04-05 02:06:31 +00:00
parent 70e0e9bf71
commit 3e9a9f9dc5
18 changed files with 129 additions and 71 deletions

View File

@ -47,8 +47,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "1024kB",
"maximumError": "1MB"
"maximumWarning": "3MB",
"maximumError": "5MB"
},
{
"type": "anyComponentStyle",
@ -93,7 +93,7 @@
},
"defaultConfiguration": "development",
"options": {
"allowedHosts": ["*"]
"allowedHosts": ["beta.tomtospeech.com"]
}
},
"extract-i18n": {