Skip to content

Commit 12007b3

Browse files
fix: Updated gotrue types.dart to include slackOidc (#1066)
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.
1 parent 598540d commit 12007b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gotrue/lib/src/types/types.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ enum OAuthProvider {
2525
linkedinOidc,
2626
notion,
2727
slack,
28+
slackOidc,
2829
spotify,
2930
twitch,
3031
twitter,

0 commit comments

Comments
 (0)