fix build error

This commit is contained in:
sijinhui
2024-10-03 00:14:44 +08:00
parent d86d5a1951
commit 0922a7fe76
4 changed files with 15 additions and 12 deletions

View File

@@ -25,6 +25,7 @@ declare module "next-auth" {
gh_username?: string;
password?: string;
isAdmin?: boolean;
allowToLogin?: boolean;
}
}