Skip to content

Commit 479cfb8

Browse files
committed
shorten the message
1 parent ee8fec2 commit 479cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Support/Constants/AuthPluginErrorConstants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ enum AuthPluginErrorConstants {
1818

1919
static let protectedDataUnavailableError: AuthPluginErrorString = (
2020
"Protected data is not yet available",
21-
"Delay Amplify calls until `UIApplication.shared.isProtectedDataAvailable` returns true or listen to `UIApplication.protectedDataDidBecomeAvailableNotification`"
21+
"Delay Amplify calls until `UIApplication.shared.isProtectedDataAvailable` returns true"
2222
)
2323

2424
static let decodeConfigurationError: AuthPluginErrorString = (

0 commit comments

Comments
 (0)