chore: replaced hardcoded values with env variables in app.module.ts, main.ts and utils.ts
This commit is contained in:
@@ -63,8 +63,6 @@ export class AuthController {
|
||||
async googleAuthRedirect(@Request() req, @Res() res) {
|
||||
const authTokens = await this.authService.generateAuthTokens(req.user.uid);
|
||||
if (E.isLeft(authTokens)) throwHTTPErr(authTokens.left);
|
||||
console.log('google', authTokens);
|
||||
|
||||
authCookieHandler(res, authTokens.right, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user