Skip to content

Commit 2a223e0

Browse files
authored
fix(Auth): add DefaultLogger conformance to remaining auth task (#3413)
1 parent 1994e14 commit 2a223e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AmplifyPlugins/Auth/Sources/AWSCognitoAuthPlugin/Task/UserTasks/AWSAuthSendUserAttributeVerificationCodeTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Amplify
1010
import AWSPluginsCore
1111
import AWSCognitoIdentityProvider
1212

13-
class AWSAuthSendUserAttributeVerificationCodeTask: AuthSendUserAttributeVerificationCodeTask {
13+
class AWSAuthSendUserAttributeVerificationCodeTask: AuthSendUserAttributeVerificationCodeTask, DefaultLogger {
1414
typealias CognitoUserPoolFactory = () throws -> CognitoUserPoolBehavior
1515

1616
private let request: AuthSendUserAttributeVerificationCodeRequest

0 commit comments

Comments
 (0)