Skip to content

Commit

Permalink
fix: 리프레시 솔트 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Dec 17, 2023
1 parent 07f8cc6 commit 2462390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class AuthService {

async refreshToken(refresh: string): Promise<JWT> {
this.verify(refresh, {
secret: process.env.RES_SALT,
secret: process.env.SALT,
});

const queryRunner = this.dataSource.createQueryRunner();
Expand Down

0 comments on commit 2462390

Please sign in to comment.