Fix bug
This commit is contained in:
		
							parent
							
								
									f6154dc0af
								
							
						
					
					
						commit
						31abd2f59b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -32,7 +32,7 @@ | |||
| 				<span>{{ $t('password') }}</span> | ||||
| 				<template #prefix><fa :icon="faLock"/></template> | ||||
| 			</mk-input> | ||||
| 			<mk-input v-model="token" type="number" pattern="^[0-9]{6}$" autocomplete="off" spellcheck="false" required> | ||||
| 			<mk-input v-model="token" type="text" pattern="^[0-9]{6}$" autocomplete="off" spellcheck="false" required> | ||||
| 				<span>{{ $t('token') }}</span> | ||||
| 				<template #prefix><fa :icon="faGavel"/></template> | ||||
| 			</mk-input> | ||||
|  |  | |||
|  | @ -64,7 +64,7 @@ | |||
| 				</li> | ||||
| 				<li>{{ $t('_2fa.step2') }}<br><img :src="data.qr"></li> | ||||
| 				<li>{{ $t('_2fa.step3') }}<br> | ||||
| 					<mk-input v-model="token" type="number" pattern="^[0-9]{6}$" autocomplete="off" spellcheck="false">{{ $t('token') }}</mk-input> | ||||
| 					<mk-input v-model="token" type="text" pattern="^[0-9]{6}$" autocomplete="off" spellcheck="false">{{ $t('token') }}</mk-input> | ||||
| 					<mk-button primary @click="submit">{{ $t('done') }}</mk-button> | ||||
| 				</li> | ||||
| 			</ol> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue