fix: track user on page load

This commit is contained in:
Christel Westerberg
2024-07-15 09:13:20 +02:00
parent edb6005a72
commit c96008fb78
18 changed files with 247 additions and 122 deletions
+3
View File
@@ -25,5 +25,8 @@ declare module "next-auth" {
interface User {
given_name: string
sub: string
email?: string
login_with: string
nonce?: string
}
}