Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/providers/tiktok.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
*
* #### Configuration
* You can omit the client and secret if you have set the `AUTH_TIKTOK_ID` and `AUTH_TIKTOK_SECRET` environment variables.
* Remeber that the AUTH_TIKTOK_ID is the Client Key in the TikTok Application
* Remember that the AUTH_TIKTOK_ID is the Client Key in the TikTok Application

Check warning on line 141 in packages/core/src/providers/tiktok.ts

View check run for this annotation

Codecov / codecov/patch

packages/core/src/providers/tiktok.ts#L141

Added line #L141 was not covered by tests
*```ts
* import { Auth } from "@auth/core"
* import TikTok from "@auth/core/providers/tiktok"
Expand Down
Loading