Skip to content

Commit

Permalink
worked on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 committed Nov 27, 2023
1 parent 730c5a2 commit c5ca499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class AWSAuthSignInWithOTPTask: AuthSignInWithOTPTask, DefaultLogger {
return [:]
}

// MARK: Sign In Cancelation
// MARK: Sign In Cancellation

private func sendCancelSignInEvent() async {
let event = AuthenticationEvent(eventType: .cancelSignIn)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ protocol AuthSignInWithOTPTask: AmplifyAuthTask where Request == AuthSignInWithO
public extension HubPayload.EventName.Auth {

/// eventName for HubPayloads emitted by this operation
static let signInWithOTPAPI = "Auth.SignInWithOTPAPI"
static let signInWithOTPAPI = "Auth.signInWithOTPAPI"
}

0 comments on commit c5ca499

Please sign in to comment.