Skip to content

Commit

Permalink
feat : CustomOAuth2User final 키워드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jan 10, 2024
1 parent e7f8b22 commit 3b3fbc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

public class CustomOAuth2User extends DefaultOAuth2User {

private String email;
private Role role;
private final String email;
private final Role role;

public CustomOAuth2User(
Collection<? extends GrantedAuthority> authorities,
Expand Down

0 comments on commit 3b3fbc6

Please sign in to comment.