Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit e22b6173 authored by Darrel Danadyaksa Poli's avatar Darrel Danadyaksa Poli
Browse files

[REFACTOR] Rename 'token' field to 'tokenValue' in Token DTO for clarity

parent e6de608e
Branches
No related tags found
No related merge requests found
......@@ -6,5 +6,5 @@ import lombok.Getter;
@Getter
@AllArgsConstructor
public class Token {
private String token;
private String tokenValue;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment