feat(WEB-205, WEB-206): get breadcrumbs for my pages from contentstack
This commit is contained in:
2
types/auth.d.ts
vendored
2
types/auth.d.ts
vendored
@@ -15,7 +15,7 @@ declare module "next-auth" {
|
||||
* The shape of the account object returned in the OAuth providers' `account` callback,
|
||||
* Usually contains information about the provider being used, like OAuth tokens (`access_token`, etc).
|
||||
*/
|
||||
interface Account {}
|
||||
interface Account { }
|
||||
|
||||
/**
|
||||
* Returned by `useSession`, `auth`, contains information about the active session.
|
||||
|
||||
Reference in New Issue
Block a user