Skip to content

Commit f7afaf1

Browse files
fix: Creating a custom provider example (#2237)
1 parent 1fa9e6d commit f7afaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/dev-docs/plugins/users-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ module.exports = {
934934
grantConfig: {
935935
key: "",
936936
secret: "",
937-
callback: `${strapi.config.server.url}/auth/test-provider/callback`,
937+
callback: `${strapi.config.server.url}/auth/example-provider-name/callback`,
938938
scope: ["email"],
939939
authorize_url: "https://awesome.com/authorize",
940940
access_url: "https://awesome.com/token",

0 commit comments

Comments
 (0)