mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-11 03:03:43 +08:00
v-3.0.0
This commit is contained in:
2
dist/modules/auth/auth.service.js
vendored
2
dist/modules/auth/auth.service.js
vendored
@@ -225,7 +225,7 @@ let AuthService = class AuthService {
|
||||
const token = this.jwtService.sign({
|
||||
username: `游客${fingerprint}`,
|
||||
id: fingerprint,
|
||||
email: `${fingerprint}@nine.com`,
|
||||
email: `${fingerprint}@visitor.com`,
|
||||
role: 'visitor',
|
||||
openId: null,
|
||||
client: null,
|
||||
|
||||
Reference in New Issue
Block a user