fixed login issue

This commit is contained in:
arichorn 2023-04-29 09:42:56 -05:00 committed by GitHub
parent 68f8731322
commit 6fecd1f060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,6 +224,16 @@ static BOOL didFinishLaunching;
}
%end
// Fix login for YouTube 18.13.2 and higher
%hook SSOKeychainHelper
+ (NSString *)accessGroup {
return accessGroupID();
}
+ (NSString *)sharedAccessGroup {
return accessGroupID();
}
%end
// Fix login for YouTube 17.33.2 and higher
%hook SSOKeychainCore
+ (NSString *)accessGroup {