Skip to content

Commit

Permalink
spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanshu committed Oct 10, 2023
1 parent 10f172c commit 8645266
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,13 @@ internal object SRPCognitoActions : SRPActions {
SRPEvent(SRPEvent.EventType.RetryRespondPasswordVerifier(challengeParams, metadata, session))
} else {
val errorEvent = SRPEvent(SRPEvent.EventType.ThrowPasswordVerifierError(e))

logger.verbose("$id Sending event ${errorEvent.type}")
dispatcher.send(errorEvent)

val errorEvent2 = SignInEvent(SignInEvent.EventType.ThrowError(e))
logger.verbose("$id Sending event ${errorEvent.type}")
dispatcher.send(errorEvent2)

AuthenticationEvent(AuthenticationEvent.EventType.CancelSignIn())
}
}
Expand Down

0 comments on commit 8645266

Please sign in to comment.