Skip to content

Commit

Permalink
fix argument spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Sep 9, 2024
1 parent a4b1c92 commit af8a988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Amplify/Categories/Auth/AuthCategory+ClientBehavior.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit af8a988

Please sign in to comment.