Skip to content

Commit

Permalink
fix: gio bind userID
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Feb 15, 2023
1 parent 441322f commit 0b0ef7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export class UserModalComponent implements OnInit, OnDestroy {
this.eMessage.error($localize`Please check you username or password`);
return;
}
this.trace.setUser({ loginUserId: data.userId });
this.trace.setUserID(data.userId);
// * 0=邮箱 1=手机号 2=wx 3=qq 4=飞书 5=github 6=帐号 7=跳转登录
const hash = new Map()
.set(0, 'Email')
Expand Down

0 comments on commit 0b0ef7d

Please sign in to comment.