fix
This commit is contained in:
		
							parent
							
								
									c6ca07e7a0
								
							
						
					
					
						commit
						bff4984998
					
				| @ -12,11 +12,18 @@ const { copy } = useCopy({ source: header, text: 't('tools.basic-auth-generator. | ||||
| 
 | ||||
| <template> | ||||
|   <div> | ||||
|     <c-input-text v-model:value="username" label=t('tools.basic-auth-generator.username') placeholder="t('tools.basic-auth-generator.yourusername')" clearable raw-text mb-5 /> | ||||
|     <c-input-text | ||||
|       v-model:value="username" | ||||
|       :label="t('tools.basic-auth-generator.username')" | ||||
|       :placeholder="t('tools.basic-auth-generator.yourusername')" | ||||
|       clearable | ||||
|       raw-text | ||||
|       mb-5 | ||||
|     /> | ||||
|     <c-input-text | ||||
|       v-model:value="password" | ||||
|       label="t('tools.basic-auth-generator.password')" | ||||
|       placeholder="t('tools.basic-auth-generator.yourpassword')" | ||||
|       :label="t('tools.basic-auth-generator.password')" | ||||
|       :placeholder="t('tools.basic-auth-generator.yourpassword')" | ||||
|       clearable | ||||
|       raw-text | ||||
|       mb-2 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user