We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7409f3 commit 30797e3Copy full SHA for 30797e3
packages/core/src/providers/asgardeo.ts
@@ -45,7 +45,7 @@ export interface AsgardeoProfile extends Record<string, any> {
45
* #### Configuration
46
*```ts
47
* import { Auth } from "@auth/core"
48
- * import Asgarde from "@auth/core/providers/asgardeo";
+ * import Asgardeo from "@auth/core/providers/asgardeo";
49
*
50
* const request = new Request(origin)
51
* const response = await Auth(request, {
0 commit comments