[BugFix]修复注册页面随机昵称有时不显示的bug

This commit is contained in:
wushaocheng
2022-12-06 19:04:43 +08:00
parent 0c7bb0544b
commit 6006b0f79a
2 changed files with 1 additions and 6 deletions

View File

@@ -640,7 +640,7 @@ public class AuthModel extends BaseModel implements IAuthModel {
public void reset() {
currentAccountInfo = new AccountInfo();
ticketInfo = new TicketInfo();
thirdUserInfo = new ThirdUserInfo();
thirdUserInfo = null;
DemoCache.saveCurrentAccountInfo(new AccountInfo());
DemoCache.saveTicketInfo(new TicketInfo());
DemoCache.saveBoundAuthCode(false);