This commit is contained in:
sijinhui
2024-04-22 16:13:54 +08:00
parent cd68a0135e
commit ba2fc27928
3 changed files with 111 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ async function handle(
emailVerified: item.emailVerified,
createdAt: item.createdAt,
updatedAt: item.updatedAt,
allowToLogin: item.allowToLogin,
};
}),
});