Skip to content

Commit

Permalink
Merge pull request #132 from MadhuMosip/MOSIP-32336
Browse files Browse the repository at this point in the history
MOSIP-34353 logging kcContext for testing
  • Loading branch information
ckm007 authored Jul 16, 2024
2 parents e5a100c + 6ddb50c commit 17e43ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function Template(props: TemplateProps<KcContext, I18n>) {
return null;
}

console.log(kcContext)
return (
<div className={(getClassName("kcLoginClass"))} dir={currentLanguageTag === 'ar' ? 'rtl' : 'ltr'}>
<div id="kc-header" className={(getClassName("kcHeaderClass"), 'mb-10 flex flex-row justify-between items-center px-20')}>
Expand Down

0 comments on commit 17e43ab

Please sign in to comment.