feat: add SSO authentication support, configurable brand accent colors, and update UI theme

This commit is contained in:
2026-07-06 18:20:01 +01:00
parent 1346e9e5f5
commit d476901a53
16 changed files with 382 additions and 33 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export const useAuthStore = defineStore("auth", {
loggedIn: false,
user: null as MeResponse["user"] | null,
permissions: [] as string[],
org: { name: "IPAM", logo: "" },
org: { name: "IPAM", logo: "", accent_color: "#1ebe8a" },
version: "unknown",
}),
getters: {