1
This commit is contained in:
@@ -31,7 +31,6 @@ async function handleAuth() {
|
||||
authLoading.value = true
|
||||
try {
|
||||
const data = await authApi.login(authForm.value)
|
||||
localStorage.setItem('token', data.token)
|
||||
emit('loginSuccess', {
|
||||
token: data.token,
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user