mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
fix :Primary Password Masking no longer present (#1614)
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
promptCancelText,
|
||||
promptDismissible,
|
||||
promptInputValue,
|
||||
promptInputType,
|
||||
promptPattern,
|
||||
promptErrorMessage
|
||||
} = storeToRefs(modalStore);
|
||||
@@ -130,7 +131,7 @@
|
||||
<FormItem>
|
||||
<FormLabel class="sr-only">Input</FormLabel>
|
||||
<FormControl>
|
||||
<Input v-bind="componentField" />
|
||||
<Input v-bind="componentField" :type="promptInputType" />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
|
||||
Reference in New Issue
Block a user