Skip to content

Commit

Permalink
fix:调整部分细节
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan committed May 24, 2024
1 parent 2a38be3 commit 76225a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend-api/me.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Me(r *ghttp.Request) {
return
}
resJson := gjson.New(resStr)
resJson.Set("email", "admin@closeai.com")
resJson.Set("email", record["user_username"].String()+"@closeai.com")
resJson.Set("name", record["user_username"].String()+expireTime)
resJson.Set("picture", "/avatars.png")
resJson.Set("phone_number", "+1911011")
Expand Down
2 changes: 1 addition & 1 deletion frontend/stats.html

Large diffs are not rendered by default.

0 comments on commit 76225a9

Please sign in to comment.