mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 04:58:41 +00:00
fix win cookie manage
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -123,7 +123,10 @@ abstract class LoginUtils {
|
|||||||
GrpcReq.updateHeaders(null);
|
GrpcReq.updateHeaders(null);
|
||||||
|
|
||||||
await Future.wait([
|
await Future.wait([
|
||||||
if (!Platform.isLinux) web.CookieManager.instance().deleteAllCookies(),
|
if (!Platform.isLinux)
|
||||||
|
web.CookieManager.instance(
|
||||||
|
webViewEnvironment: webViewEnvironment,
|
||||||
|
).deleteAllCookies(),
|
||||||
GStorage.userInfo.delete('userInfoCache'),
|
GStorage.userInfo.delete('userInfoCache'),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user