We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1bce6 commit 62da752Copy full SHA for 62da752
src/views/LoginView.vue
@@ -47,7 +47,7 @@ import api from '@/api/axios'; // 우리가 만든 axios 인스턴스 임포트
47
import { useAuthStore } from '@/api/auth';
48
import { useUiStore } from '@/stores/commonUiStore';
49
50
-const siteKey = import.meta.env.VITE_RECAPTCHA_SITE_KEY;
+const siteKey = import.meta.env.VITE_RECAPTCHA_SITE_KEY || 'SITE_KEY_HERE';
51
const uiStore = useUiStore();
52
const user_name = ref('');
53
const password = ref('');
@@ -282,4 +282,4 @@ h1 {
282
.g-recaptcha {
283
width: 700px;
284
}
285
-</style>
+</style>
0 commit comments