mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
committed by
GitHub
parent
7c3e3cb1f8
commit
d6587cf3b6
@@ -646,7 +646,9 @@ class LoginPageController extends GetxController
|
||||
LoginAccount(BiliCookieJar.fromList(cookieInfo),
|
||||
tokenInfo['access_token'], tokenInfo['refresh_token'])
|
||||
.onChange(),
|
||||
AnonymousAccount().logout().then((i) => Request.buvidActive(i))
|
||||
AnonymousAccount()
|
||||
.delete()
|
||||
.then((_) => Request.buvidActive(AnonymousAccount()))
|
||||
]);
|
||||
if (Accounts.main.isLogin) {
|
||||
SmartDialog.showToast('登录成功');
|
||||
|
||||
Reference in New Issue
Block a user