mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
replace el-form
This commit is contained in:
+1
-15
@@ -42,21 +42,7 @@ export const useAuthStore = defineStore('Auth', () => {
|
||||
endpoint: '',
|
||||
websocket: '',
|
||||
saveCredentials: false,
|
||||
lastUserLoggedIn: '',
|
||||
rules: {
|
||||
username: [
|
||||
{
|
||||
required: true,
|
||||
trigger: 'blur'
|
||||
}
|
||||
],
|
||||
password: [
|
||||
{
|
||||
required: true,
|
||||
trigger: 'blur'
|
||||
}
|
||||
]
|
||||
}
|
||||
lastUserLoggedIn: ''
|
||||
});
|
||||
|
||||
const enablePrimaryPasswordDialog = ref({
|
||||
|
||||
Reference in New Issue
Block a user