From 43da908ca61045d9743a78737f2ca8756b9951b8 Mon Sep 17 00:00:00 2001 From: zoefkip Date: Tue, 22 Feb 2022 15:53:35 +0100 Subject: [PATCH] small typo in bitbucket auth provider docs --- docs/auth/bitbucket/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/bitbucket/provider.md b/docs/auth/bitbucket/provider.md index ee87c2d4e6..c54fb75ffa 100644 --- a/docs/auth/bitbucket/provider.md +++ b/docs/auth/bitbucket/provider.md @@ -67,7 +67,7 @@ Bitbucket username to `bitbucket.org/username` annotations of `User` entities in the catalog. Note that you must populate your catalog with matching entities or users will not be able to sign in. -The second resolver is the `bitbucketUsernameSignInResolver`, which works the +The second resolver is the `bitbucketUserIdSignInResolver`, which works the same way, but uses the Bitbucket user ID instead, and matches on the `bitbucket.org/user-id` annotation.