mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-19 05:09:24 +00:00
remove console logs
This commit is contained in:
@@ -21,8 +21,6 @@ export class AuthService {
|
||||
const refreshToken = jwt.sign(payload, refreshSecretKey, {
|
||||
expiresIn: '30d',
|
||||
})
|
||||
console.log(refreshToken.length)
|
||||
// Save refresh token in the database
|
||||
await this.prisma.refreshToken.create({
|
||||
data: {
|
||||
userId: userId,
|
||||
|
||||
Reference in New Issue
Block a user