()
| 256 | } |
| 257 | |
| 258 | export const isPlatformClient = () => { |
| 259 | return !!getQueryString('client') || getQueryString('state')?.includes('client') |
| 260 | } |
| 261 | |
| 262 | /* export const checkPlatform = () => { |
| 263 | const flagArray = ['/casbi', 'oidcbi'] |
nothing calls this directly
no test coverage detected