Browse Source

fix: send api response

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/9176/head
Pranav C 4 months ago
parent
commit
0c9b6ec325
  1. 2
      packages/nocodb/src/modules/auth/auth.controller.ts

2
packages/nocodb/src/modules/auth/auth.controller.ts

@ -154,7 +154,7 @@ export class AuthController {
// set new refresh token
await this.setRefreshToken({ req, res });
return { msg: 'Password has been updated successfully' };
res.json({ msg: 'Password has been updated successfully' });
}
@Post([

Loading…
Cancel
Save