Skip to content

Commit

Permalink
Update Provider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Feb 20, 2024
1 parent 2be4b70 commit 04d7824
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
@RequiredArgsConstructor
public enum Provider {
KAKAO(true),
APPLE(true),
DEFAULT(false)
;

Expand Down

0 comments on commit 04d7824

Please sign in to comment.