Merge pull request #1324 from pateljannat/issues-78

fix: redirect users to the batch page after login
This commit is contained in:
Jannat Patel
2025-02-18 18:29:51 +05:30
committed by GitHub

View File

@@ -313,7 +313,7 @@ const tabs = computed(() => {
})
const redirectToLogin = () => {
window.location.href = `/login?redirect-to=/lms/batch/${props.batchName}`
window.location.href = `/login?redirect-to=/lms/batches/${props.batchName}`
}
const openAnnouncementModal = () => {