Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s-sdk into oob-section
  • Loading branch information
pragatimodi committed Apr 9, 2024
2 parents fa36a38 + 9eba1f8 commit 321ede1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,25 +173,25 @@ class AuthViewController: UIViewController, DataSourceProviderDelegate {
deleteApp()

case .actionType:
toggleActionCodeRequestType()
toggleActionCodeRequestType(at: indexPath)

case .continueURL:
changeActionCodeContinueURL()
changeActionCodeContinueURL(at: indexPath)

case .requestVerifyEmail:
requestVerifyEmail()

case .requestPasswordReset:
return
requestPasswordReset()

case .resetPassword:
resetPassword()

case .checkActionCode:
return
checkActionCode()

case .applyActionCode:
return
applyActionCode()

case .verifyPasswordResetCode:
verifyPasswordResetCode()
Expand Down

0 comments on commit 321ede1

Please sign in to comment.