refactor(user): clean up comments and rename variables
All checks were successful
All checks were successful
This commit is contained in:
parent
25c68e230d
commit
02453449cd
5 changed files with 4 additions and 41 deletions
|
@ -19,7 +19,7 @@ public class UserEntity {
|
|||
@GeneratedValue
|
||||
private Long id;
|
||||
@Column(unique = true)
|
||||
private String authentikId; // Changed from keycloakId to authentikId
|
||||
private String authentikId;
|
||||
private String username;
|
||||
|
||||
@Column(precision = 19, scale = 2)
|
||||
|
|
|
@ -10,8 +10,6 @@ import lombok.Setter;
|
|||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class KeycloakUserDto {
|
||||
// Renamed class but kept for backward compatibility
|
||||
// This now contains Authentik user info
|
||||
private String sub;
|
||||
private String preferred_username;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue