web: (ESLint) Use dot notation. (#14557)

This commit is contained in:
Teffen Ellis
2025-05-19 19:33:52 +02:00
committed by GitHub
parent d97297e0ce
commit b72d0e84c9
30 changed files with 49 additions and 49 deletions

View File

@ -46,7 +46,7 @@ export class SystemStatusCard extends AdminStatusCard<SystemInfo> {
return;
}
const outpost = outposts.results[0];
outpost.config["authentik_host"] = window.location.origin;
outpost.config.authentik_host = window.location.origin;
await new OutpostsApi(DEFAULT_CONFIG).outpostsInstancesUpdate({
uuid: outpost.pk,
outpostRequest: outpost,