Skip to content

Commit

Permalink
Merge pull request #65 from gdsc-ncku/jason
Browse files Browse the repository at this point in the history
hotfix: fix login redirect path
  • Loading branch information
jason810496 committed Feb 20, 2024
2 parents 7dad9d6 + 1ac3883 commit 88afd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
<script setup>
import { useDialogStore } from "../stores/dialog";
const store = useDialogStore();
const loginUrl = import.meta.env.VITE_APP_API_URL + "line-login/auth?redirect_path=" + window.location.pathname;
const loginUrl = import.meta.env.VITE_APP_API_URL + "line-login/auth?redirect_path=";
</script>

0 comments on commit 88afd0f

Please sign in to comment.