Skip to content

Commit

Permalink
fix: Updated gotrue types.dart to include slackOidc (#1066)
Browse files Browse the repository at this point in the history
Updated gotrue types.dart to include slackOidc

Gotrue exported OAuthProvider doesn't currently include Slack OIDC provider option. Therefore, trying to pass OAuthProvider.slack to sign in will set the wrong "provider" url param.
  • Loading branch information
Oskar-Nilsen-Roos authored Oct 20, 2024
1 parent 598540d commit 12007b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gotrue/lib/src/types/types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ enum OAuthProvider {
linkedinOidc,
notion,
slack,
slackOidc,
spotify,
twitch,
twitter,
Expand Down

0 comments on commit 12007b3

Please sign in to comment.