Skip to content

Commit

Permalink
feat: Add kakao provider enum type (#470)
Browse files Browse the repository at this point in the history
add kakao provider enum type
  • Loading branch information
hwr12 committed May 17, 2023
1 parent de5a630 commit 9a1bb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gotrue/lib/src/types/provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum Provider {
twitch,
twitter,
workos,
kakao
}

extension ProviderName on Provider {
Expand Down

0 comments on commit 9a1bb33

Please sign in to comment.