fix: add channel and pageType

This commit is contained in:
Christel Westerberg
2024-07-15 09:34:55 +02:00
parent c96008fb78
commit 73cea4ba51
8 changed files with 12 additions and 13 deletions
-1
View File
@@ -27,6 +27,5 @@ declare module "next-auth" {
sub: string
email?: string
login_with: string
nonce?: string
}
}