Skip to content

Commit c574028

Browse files
committed
fix: return data login
1 parent 5307201 commit c574028

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controllers/Auth/service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ class AuthService {
132132
token: `JWT ${token}`,
133133
expiresIn: expiresToken,
134134
tokenType: 'JWT',
135-
uid: userData.id,
136135
}
137136
}
138137

0 commit comments

Comments
 (0)