Skip to content

Commit 62da752

Browse files
authored
Update LoginView.vue
1 parent ac1bce6 commit 62da752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/LoginView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import api from '@/api/axios'; // 우리가 만든 axios 인스턴스 임포트
4747
import { useAuthStore } from '@/api/auth';
4848
import { useUiStore } from '@/stores/commonUiStore';
4949
50-
const siteKey = import.meta.env.VITE_RECAPTCHA_SITE_KEY;
50+
const siteKey = import.meta.env.VITE_RECAPTCHA_SITE_KEY || 'SITE_KEY_HERE';
5151
const uiStore = useUiStore();
5252
const user_name = ref('');
5353
const password = ref('');
@@ -282,4 +282,4 @@ h1 {
282282
.g-recaptcha {
283283
width: 700px;
284284
}
285-
</style>
285+
</style>

0 commit comments

Comments
 (0)