Skip to content

Commit

Permalink
fix: modify anonymous value
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlee1703 committed Oct 23, 2023
1 parent 82ecbe8 commit 23d1c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@AllArgsConstructor
public enum Role {
ADMIN("ROLE_ADMIN,ROLE_USER,ROLE_TEMPORARY"),
USER("ROLE_USER,ROLE_TEMPORARY"),
USER("ROLE_USER,ROLE_ANONYMOUS"),
ANONYMOUS("ROLE_ANONYMOUS");

private String value;
Expand Down

0 comments on commit 23d1c41

Please sign in to comment.