@@ -2,40 +2,54 @@ After a user has finished signup, they can proceed to sign in. Amplify Auth sign
2
2
3
3
import ios0 from ' /src/fragments/lib-v1/auth/ios/signin_next_steps/10_signin.mdx' ;
4
4
5
- <Fragments fragments = { { swift: ios0 }} />
5
+ import flutter0 from ' /src/fragments/lib-v1/auth/flutter/signin_next_steps/10_signin.mdx' ;
6
+
7
+ <Fragments fragments = { { swift: ios0 , flutter: flutter0 }} />
6
8
7
9
### Confirm signin with SMS MFA
8
10
9
11
import ios1 from ' /src/fragments/lib-v1/auth/ios/signin_next_steps/20_confirm_sms_mfa.mdx' ;
10
12
11
- <Fragments fragments = { { swift: ios1 }} />
13
+ import flutter1 from ' /src/fragments/lib-v1/auth/flutter/signin_next_steps/20_confirm_sms_mfa.mdx' ;
14
+
15
+ <Fragments fragments = { { swift: ios1 , flutter: flutter1 }} />
12
16
13
17
### Confirm signin with custom challenge
14
18
15
19
import ios2 from ' /src/fragments/lib-v1/auth/ios/signin_next_steps/30_confirm_custom_challenge.mdx' ;
16
20
17
- <Fragments fragments = { { swift: ios2 }} />
21
+ import flutter2 from ' /src/fragments/lib-v1/auth/flutter/signin_next_steps/30_confirm_custom_challenge.mdx' ;
22
+
23
+ <Fragments fragments = { { swift: ios2 , flutter: flutter2 }} />
18
24
19
25
### Confirm signin with new password
20
26
21
27
import ios3 from ' /src/fragments/lib-v1/auth/ios/signin_next_steps/40_confirm_new_password.mdx' ;
22
28
23
- <Fragments fragments = { { swift: ios3 }} />
29
+ import flutter3 from ' /src/fragments/lib-v1/auth/flutter/signin_next_steps/40_confirm_new_password.mdx' ;
30
+
31
+ <Fragments fragments = { { swift: ios3 , flutter: flutter3 }} />
24
32
25
33
### Reset password
26
34
27
35
import ios4 from ' /src/fragments/lib-v1/auth/ios/signin_next_steps/50_reset_password.mdx' ;
28
36
29
- <Fragments fragments = { { swift: ios4 }} />
37
+ import flutter4 from ' /src/fragments/lib-v1/auth/flutter/signin_next_steps/50_reset_password.mdx' ;
38
+
39
+ <Fragments fragments = { { swift: ios4 , flutter: flutter4 }} />
30
40
31
41
### Confirm Signup
32
42
33
43
import ios5 from ' /src/fragments/lib-v1/auth/ios/signin_next_steps/60_confirm_signup.mdx' ;
34
44
35
- <Fragments fragments = { { swift: ios5 }} />
45
+ import flutter5 from ' /src/fragments/lib-v1/auth/flutter/signin_next_steps/60_confirm_signup.mdx' ;
46
+
47
+ <Fragments fragments = { { swift: ios5 , flutter: flutter5 }} />
36
48
37
49
### Done
38
50
39
51
import ios6 from ' /src/fragments/lib-v1/auth/ios/signin_next_steps/70_done.mdx' ;
40
52
41
- <Fragments fragments = { { swift: ios6 }} />
53
+ import flutter6 from ' /src/fragments/lib-v1/auth/flutter/signin_next_steps/70_done.mdx' ;
54
+
55
+ <Fragments fragments = { { swift: ios6 , flutter: flutter6 }} />
0 commit comments