diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index fa3edbf..da30261 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -53,7 +53,7 @@ export class AuthService { ); return { - message: 'login successful', + message: 'success', data: { token, },