Skip to content

Commit e3e165a

Browse files
committed
revert auth changes
1 parent f81c1ac commit e3e165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Task/AWSAuthSignInTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class AWSAuthSignInTask: AuthSignInTask, DefaultLogger {
172172
// to prevent breaking behavioral changes.
173173
// in vNext, the `validationData` property will be removed
174174
// and we'll use only the `metadata` property.
175-
pluginOptions?.metadata ?? [:],
175+
pluginOptions?.validationData ?? [:],
176176
uniquingKeysWith: { _, new in new }
177177
)
178178

0 commit comments

Comments
 (0)