feat: remove default user password
This commit is contained in:
@@ -11,8 +11,8 @@ import { useRouter } from 'vue-router';
|
||||
const router = useRouter();
|
||||
const authStore = useAuthStore();
|
||||
|
||||
const username = ref('admin');
|
||||
const password = ref('xixi@0202');
|
||||
const username = ref('');
|
||||
const password = ref('');
|
||||
const loading = ref(false);
|
||||
const errorMessage = ref('');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user