feat: Initialize e-learning frontend with course browsing, landing, and authentication pages, along with core layouts and composables.

This commit is contained in:
supalerk-ar66 2026-02-04 16:57:25 +07:00
parent a0b93978a7
commit a201c4285b
8 changed files with 129 additions and 198 deletions

View file

@ -95,10 +95,11 @@ const handleLogin = async () => {
isLoading.value = false
if (result.success) {
// REMEMBER ME LOGIC
// :
if (rememberMe.value) {
localStorage.setItem('remembered_email', loginForm.email)
} else {
//
localStorage.removeItem('remembered_email')
}