Skip to content

Commit

Permalink
Updated gotrue types.dart to include slackOidc
Browse files Browse the repository at this point in the history
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 19, 2024
1 parent 598540d commit 0325e88
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 0325e88

Please sign in to comment.