mirror of
https://github.com/headporter81/specialsource-homepage-frontend.git
synced 2026-08-08 15:21:11 +09:00
This commit is contained in:
+2
-2
@@ -152,8 +152,8 @@ const terminalRef = ref(null);
|
||||
const termInstance = ref(null);
|
||||
|
||||
// 로그인 폼 초기값 세팅 유지
|
||||
const loginId = ref('admin');
|
||||
const loginPw = ref('1234');
|
||||
const loginId = ref('');
|
||||
const loginPw = ref('');
|
||||
|
||||
const activeMenu = ref('main');
|
||||
const authToken = ref(localStorage.getItem('token'));
|
||||
|
||||
Reference in New Issue
Block a user