how to remove cookies from nuxt3?
const userCookie = useCookie('user-store')
userCookie.value = null;
but im getting this2 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
ty
const userCookie = useCookie('user-store')
userCookie.value = null;
but im getting this