Fix typo in auth/index.md

Signed-off-by: solimant <solimant@users.noreply.github.com>
This commit is contained in:
solimant
2024-10-16 20:45:51 -04:00
committed by GitHub
parent 232a9600f0
commit b3566bf0a3
+1 -1
View File
@@ -354,7 +354,7 @@ Passport-supported authentication method.
## Custom ScmAuthApi Implementation
The default `ScmAuthAPi` provides integrations for `github`, `gitlab`, `azure` and `bitbucket` and is created by the following code in `packages/app/src/apis.ts`:
The default `ScmAuthApi` provides integrations for `github`, `gitlab`, `azure` and `bitbucket` and is created by the following code in `packages/app/src/apis.ts`:
```ts
ScmAuth.createDefaultApiFactory();