Refactor flow 2

This commit is contained in:
alma 2026-01-04 10:55:43 +01:00
parent 57aa9fe730
commit f27d1e0835

View File

@ -13,6 +13,7 @@ interface KeycloakProfile {
realm_access?: {
roles: string[];
};
groups?: string[];
}
interface DecodedToken {