diff --git a/backend-api/me.go b/backend-api/me.go index 8b54e18..895106e 100644 --- a/backend-api/me.go +++ b/backend-api/me.go @@ -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") diff --git a/frontend/stats.html b/frontend/stats.html index 5638b5c..1afb71b 100644 --- a/frontend/stats.html +++ b/frontend/stats.html @@ -6157,7 +6157,7 @@