fix: explanation issue

This commit is contained in:
Jannat Patel
2024-04-25 12:27:00 +05:30
parent c3390b9005
commit 4a4c8b4e7a
4 changed files with 62 additions and 71 deletions

View File

@@ -23,4 +23,8 @@ const props = defineProps({
required: true,
},
})
const redirectToLogin = () => {
window.location.href = `/login`
}
</script>