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 29, 2023
1 parent 25043e5 commit 94786f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
import Amplify

//[HS]: TODO: Make sure this is approved API for options
public struct AWSAuthConfirmSignInWithMagicLinkOptions {

/// A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//
import Amplify

//[HS]: TODO: Make sure this is approved API for options
public struct AWSAuthConfirmSignInWithOTPOptions {

/// A map of custom key-value pairs that you can provide as input for any custom workflows that this action triggers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class AWSAuthSignInWithOTPTaskTests: BasePluginTest {
/// - When:
/// - I invoke signInWithOTP
/// - Then:
/// - I should get a the info in next step
/// - I should get `confirmSignInWithOTP` as the next step.
///
func testSignInWithOTP() async {

Expand Down

0 comments on commit 94786f1

Please sign in to comment.