From af8a988fad05aae0e2d65dd148fc34dc2d5b8de4 Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Mon, 9 Sep 2024 14:58:40 -0500 Subject: [PATCH] fix argument spacing --- Amplify/Categories/Auth/AuthCategory+ClientBehavior.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Amplify/Categories/Auth/AuthCategory+ClientBehavior.swift b/Amplify/Categories/Auth/AuthCategory+ClientBehavior.swift index d036b203f7..a1e9d37102 100644 --- a/Amplify/Categories/Auth/AuthCategory+ClientBehavior.swift +++ b/Amplify/Categories/Auth/AuthCategory+ClientBehavior.swift @@ -88,8 +88,8 @@ extension AuthCategory: AuthCategoryBehavior { } public func confirmResetPassword( - for username: String, with newPassword: String, - + for username: String, + with newPassword: String, confirmationCode: String, options: AuthConfirmResetPasswordRequest.Options? = nil ) async throws {