|
@@ -9,7 +9,6 @@ module.exports = async function handler(req, res) {
|
|
|
|
|
|
try {
|
|
|
// Login with each request. In a production app, you'd want to manage sessions.
|
|
|
- // const response = await client.users.login("xujiawei@cocorobo.cc", "usestudio-1");
|
|
|
const response = await client.users.login({
|
|
|
email:"xujiawei@cocorobo.cc",
|
|
|
password:"usestudio-1"
|