mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
3 lines
92 B
TypeScript
3 lines
92 B
TypeScript
export const isLightweightUser = (userId?: string) =>
|
|
userId?.startsWith("lightweight-");
|