feat: Add core e-learning pages for authentication, course discovery, learning, and user dashboard.

This commit is contained in:
supalerk-ar66 2026-01-30 14:42:08 +07:00
parent c4f68eb927
commit 9629f79c52
5 changed files with 13 additions and 65 deletions

View file

@ -119,10 +119,7 @@ const handleLogin = async () => {
}
}
// optional: social login placeholder ( API )
const handleGoogleLogin = () => {
// TODO: implement when backend ready
}
onMounted(() => {
const savedEmail = localStorage.getItem('remembered_email')