Skip to content

Commit

Permalink
fix bug: #6946
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Aug 12, 2024
1 parent f0a656c commit c38eee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/accounts/src/server/accounts-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ export class AccountsServer {
const { accessToken, refreshToken } = this.createTokens({
token,
userId: user.id,
name: user.name,
email: user.email
name: "",
email: ""
});
const spaces = await this.db.getMySpaces(user.id);
return {
Expand Down

0 comments on commit c38eee1

Please sign in to comment.