fix: redirect users to the batch page after login
This commit is contained in:
@@ -313,7 +313,7 @@ const tabs = computed(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const redirectToLogin = () => {
|
const redirectToLogin = () => {
|
||||||
window.location.href = `/login?redirect-to=/lms/batch/${props.batchName}`
|
window.location.href = `/login?redirect-to=/lms/batches/${props.batchName}`
|
||||||
}
|
}
|
||||||
|
|
||||||
const openAnnouncementModal = () => {
|
const openAnnouncementModal = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user