Skip to content

Commit

Permalink
Merge pull request #105 from Arios67/feat/#101
Browse files Browse the repository at this point in the history
난 되지롱~
  • Loading branch information
Arios67 committed Mar 31, 2022
2 parents 21e2f7d + 9545170 commit 77c4c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ars/src/apis/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export class AuthService {
const createUser = { ...rest, password: hashedPassword };
user = await this.userService.create({ ...createUser });
this.setRefreshToken({ user, res });
res.redirect('http://localhost:3000/socialLogin');
res.redirect('/socialLogin');
} else {
this.setRefreshToken({ user, res });
res.redirect('http://localhost:3000');
res.redirect('');
}
}
}

0 comments on commit 77c4c87

Please sign in to comment.