fix typo
1 unresolved thread
1 unresolved thread
Fixes If statement for KeyCloak Closes TMSS-2900
Merge request reports
Activity
Please register or sign in to reply
Fixes If statement for KeyCloak Closes TMSS-2900
enabled an automatic merge when the pipeline for a1cd93d0 succeeds
merged
mentioned in commit b004c160
43 | 43 | return true |
44 | 44 | } |
45 | 45 | } |
46 | if (loginType === "KeyCloak") { | |
46 | if (loginType === "Keycloak") { | |
|