mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
feat: account manager (#468)
* feat: account manager * remove dep * some fixes * migrate accounts * reimplement clearCookie
This commit is contained in:
committed by
GitHub
parent
94fa0652ac
commit
b15fdfa2ff
@@ -8,7 +8,7 @@ class Data {
|
||||
}
|
||||
|
||||
static Future historyStatus() async {
|
||||
if (GStorage.userInfo.get('userInfoCache') == null) {
|
||||
if (!Accounts.main.isLogin) {
|
||||
return;
|
||||
}
|
||||
var res = await UserHttp.historyStatus();
|
||||
|
||||
Reference in New Issue
Block a user