Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
fix: username typos
Browse files Browse the repository at this point in the history
  • Loading branch information
beetcb committed Feb 19, 2021
1 parent a389552 commit 0fdb490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion campusphere/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exports.signApp = class signApp extends campusphereApp {
const logInfo = {
签到结果: res.message,
签到地址: form.position,
真实信息: signedStuInfo.userNamdd,
真实信息: signedStuInfo.userName,
}

// Hide sensitive info on github actions, cause it's public by default
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beetcb/cea",
"version": "2.0.1",
"version": "2.0.2",
"description": "campusphere-elegant-auth: login to swms/campusphere at ease",
"main": "dist/api.js",
"bin": "dist/cli.js",
Expand Down

0 comments on commit 0fdb490

Please sign in to comment.