M21: add optional organisation identity

This commit is contained in:
NuklearRabbit
2026-08-10 15:35:25 +02:00
parent 509cb95110
commit c3f1cfc699
38 changed files with 563 additions and 110 deletions
+2
View File
@@ -11,6 +11,8 @@ export interface SystemStatus {
environment: string;
demo_mode: boolean;
knowledge_provider: string;
oidc_enabled: boolean;
oidc_provider_name: string | null;
}
export interface Vehicle {