🐛 fix: Update protocol fields to use 'obfs' instead of 'security' and adjust related configurations
This commit is contained in:
@@ -170,6 +170,7 @@ export default function UserForm<T extends Record<string, any>>({
|
||||
<FormLabel>{t('password')}</FormLabel>
|
||||
<FormControl>
|
||||
<EnhancedInput
|
||||
autoComplete='new-password'
|
||||
placeholder={t('passwordPlaceholder')}
|
||||
{...field}
|
||||
onValueChange={(value) => {
|
||||
|
||||
Reference in New Issue
Block a user