Skip to content

Commit e00e790

Browse files
committed
refactor(security/twofactor): remove outdated recovery code comments
1 parent 4ee08aa commit e00e790

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/main/java/com/itasocialacademy/oitassist/security/dao/dto/response/TwoFactorEnrollResponse.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44
import java.util.List;
55
import lombok.*;
66

7-
/**
8-
* Returned once, immediately after {@code enroll()}. Recovery codes are
9-
* plaintext here and only here — see plan section 2.3: they are hashed before
10-
* persistence and are never retrievable again after this response.
11-
*/
127
@Getter
138
@Setter
149
@NoArgsConstructor

0 commit comments

Comments
 (0)