We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f7eeca + 606ed80 commit 9763b03Copy full SHA for 9763b03
src/components/LoginPage.vue
@@ -1,6 +1,6 @@
1
<script setup>
2
const clientId = process.env.VUE_APP_GITHUB_CLIENT_ID;
3
-const redirectUri = encodeURIComponent(`${process.env.VUE_APP_CALLBACK_URL}`); // 등록한 리디렉션 URI
+const redirectUri = encodeURIComponent(`${process.env.VUE_APP_CALLBACK_URL}`);
4
5
function handleGitHubLogin() {
6
// GitHub 로그인 페이지로 리디렉션
0 commit comments