Skip to content

Commit fa130d3

Browse files
committed
Add explanatory comment
1 parent 511a247 commit fa130d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/user/user.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export class UserService {
133133
}
134134

135135
logout(token: string) {
136+
// retiring token when logging out current user
136137
this.tokenBlacklistService.addToBlacklist(token);
137138
}
138139
}

0 commit comments

Comments
 (0)