mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
If BITAuthenticator is set to BITAuthenticatorIdentificationTypeWebAuth then also attach the user email to crash reports
This commit is contained in:
parent
8d0f59ed31
commit
1df317b59f
@ -357,7 +357,8 @@ NSString *const kBITCrashManagerStatus = @"BITCrashManagerStatus";
|
||||
// if we have an identification from BITAuthenticator, use this as a default.
|
||||
if ((
|
||||
self.installationIdentificationType == BITAuthenticatorIdentificationTypeHockeyAppEmail ||
|
||||
self.installationIdentificationType == BITAuthenticatorIdentificationTypeHockeyAppUser
|
||||
self.installationIdentificationType == BITAuthenticatorIdentificationTypeHockeyAppUser ||
|
||||
self.installationIdentificationType == BITAuthenticatorIdentificationTypeWebAuth
|
||||
) &&
|
||||
self.installationIdentification) {
|
||||
useremail = self.installationIdentification;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user