Skip to content

Commit 92164b4

Browse files
committed
Removing no longer used error
1 parent 4d9510d commit 92164b4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libs/SalesforceSDKCore/SalesforceSDKCore/Classes/Common/SFSDKAppConfig.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
typedef NS_ENUM(NSInteger, SFSDKAppConfigErrorCode) {
2828
SFSDKAppConfigErrorCodeNoConsumerKey = 966,
2929
SFSDKAppConfigErrorCodeNoRedirectURI,
30-
SFSDKAppConfigErrorCodeNoOAuthScopes
3130
} NS_SWIFT_NAME(BootConfig.ErrorCode);
3231

3332
extern NSString * _Nonnull const SFSDKAppConfigErrorDomain NS_SWIFT_NAME(BootConfig.errorDomain);

shared/resources/SalesforceSDKResources.bundle/en.lproj/Localizable.strings

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
// App config validation
7676
"appConfigValidationErrorNoConsumerKey" = "Your app config does not specify a Connected App Consumer Key.";
7777
"appConfigValidationErrorNoRedirectURI" = "Your app config does not specify a Connected App Redirect URI.";
78-
"appConfigValidationErrorNoOAuthScopes" = "Your app config does not specify any Connected App OAuth Scopes.";
7978
"appConfigValidationErrorNoStartPage" = "No start page configured.";
8079
"appConfigValidationErrorStartPageAbsoluteURL" = "Start page should not be absolute URL.";
8180
"appConfigValidationErrorUnauthenticatedStartPageNotAbsoluteURL" = "Unauthenticated start page should be absolute URL.";

0 commit comments

Comments
 (0)