mirror of
https://github.com/SideStore/SideStore.git
synced 2026-04-05 18:25:41 +02:00
[AltStore] Basic Account tab
This commit is contained in:
@@ -36,11 +36,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
|
||||
if UserDefaults.standard.firstLaunch == nil
|
||||
{
|
||||
Keychain.shared.appleIDEmailAddress = nil
|
||||
Keychain.shared.appleIDPassword = nil
|
||||
Keychain.shared.signingCertificatePrivateKey = nil
|
||||
Keychain.shared.signingCertificateIdentifier = nil
|
||||
|
||||
Keychain.shared.reset()
|
||||
UserDefaults.standard.firstLaunch = Date()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user