File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 <!-- Modal content -->
3030 <div class =" af-login-modal-content relative bg-white rounded-lg shadow dark:bg-gray-700 dark:shadow-black" >
3131 <!-- Modal header -->
32- <div class =" af-login-modal-header flex items-center justify-between p-4 md:p-5 border-b rounded-t dark:border-gray-600" >
32+ <div class =" af-login-modal-header flex items-center justify-between flex-col p-4 md:p-5 border-b rounded-t dark:border-gray-600" >
3333
34- <div v-if =" coreStore?.config?.loginPageInjections?.panelHeader.length > 0" >
34+ <template v-if =" coreStore ?.config ?.loginPageInjections ?.panelHeader .length > 0 " >
3535 <component
3636 v-for =" (c, index) in coreStore?.config?.loginPageInjections?.panelHeader || []"
3737 :key =" index"
3838 :is =" getCustomComponent(c)"
3939 :meta =" c.meta"
4040 />
41- </div >
41+ </template >
4242 <h3 v-else class =" text-xl font-semibold text-gray-900 dark:text-white" >
4343 {{ $t('Sign in to') }} {{ coreStore.config?.brandName }}
4444 </h3 >
You can’t perform that action at this time.
0 commit comments