feat: secure KYC storage, Google OAuth, terms gating
This commit is contained in:
Vendored
+2
@@ -7,6 +7,7 @@ declare module "next-auth" {
|
||||
name: string;
|
||||
email: string;
|
||||
image?: string | null;
|
||||
acceptedTermsAndPrivacy: boolean;
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -14,5 +15,6 @@ declare module "next-auth" {
|
||||
declare module "next-auth/jwt" {
|
||||
interface JWT {
|
||||
id: string;
|
||||
acceptedTermsAndPrivacy?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user