mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
fix :Primary Password Masking no longer present (#1614)
This commit is contained in:
@@ -258,6 +258,7 @@ export const useAuthStore = defineStore('Auth', () => {
|
||||
.prompt({
|
||||
title: t('prompt.primary_password.header'),
|
||||
description: t('prompt.primary_password.description'),
|
||||
inputType: 'password',
|
||||
pattern: /[\s\S]{1,32}/
|
||||
})
|
||||
.then(async ({ ok, value }) => {
|
||||
@@ -390,6 +391,7 @@ export const useAuthStore = defineStore('Auth', () => {
|
||||
.prompt({
|
||||
title: t('prompt.primary_password.header'),
|
||||
description: t('prompt.primary_password.description'),
|
||||
inputType: 'password',
|
||||
pattern: /[\s\S]{1,32}/
|
||||
})
|
||||
.then(({ ok, value }) => {
|
||||
@@ -532,6 +534,7 @@ export const useAuthStore = defineStore('Auth', () => {
|
||||
description: t(
|
||||
'prompt.primary_password.description'
|
||||
),
|
||||
inputType: 'password',
|
||||
pattern: /[\s\S]{1,32}/
|
||||
})
|
||||
.then(async ({ ok, value }) => {
|
||||
|
||||
Reference in New Issue
Block a user