lsc 4 月之前
父节点
当前提交
84360a67be
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      login.js

+ 0 - 1
login.js

@@ -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"