File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 <Button @click =" usePasskeyButtonClick" :disabled =" isFetchingPasskey" :loader =" isFetchingPasskey" class =" w-full mx-16" >
5757 {{$t('Use passkey')}}
5858 </Button >
59- <div v-if =" modalMode === 'passkey'" class =" max-w-sm px-6 pt-3 w-full bg-white border border-gray-200 rounded-lg shadow-sm dark:bg-gray-800 dark:border-gray-700" >
60- <div class =" af-2fa-passkey-issues-card mb-3 font-normal text-gray-700 dark:text-gray-400" >
59+ <div v-if =" modalMode === 'passkey'" class =" af-2fa-passkey-issues-card max-w-sm px-6 pt-3 w-full bg-white border border-gray-200 rounded-lg shadow-sm dark:bg-gray-800 dark:border-gray-700" >
60+ <div class =" mb-3 font-normal text-gray-700 dark:text-gray-400" >
6161 <p >{{$t('Have issues with passkey?')}}</p >
6262 <p class =" underline hover:no-underline text-lightPrimary whitespace-nowrap hover:cursor-pointer" @click =" modalMode = 'totp'" >{{$t('use TOTP')}}</p >
6363 </div >
You can’t perform that action at this time.
0 commit comments