Skip to content

Commit

Permalink
fix(Auth): add DefaultLogger conformance to remaining auth task (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
atierian authored Dec 11, 2023
1 parent 1994e14 commit 2a223e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Amplify
import AWSPluginsCore
import AWSCognitoIdentityProvider

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

private let request: AuthSendUserAttributeVerificationCodeRequest
Expand Down

0 comments on commit 2a223e0

Please sign in to comment.