File tree Expand file tree Collapse file tree 8 files changed +1993
-268
lines changed
pages/[platform]/build-a-backend/auth
concepts/multi-factor-authentication
modify-resources-with-cdk Expand file tree Collapse file tree 8 files changed +1993
-268
lines changed Original file line number Diff line number Diff line change 851851 " metadata" ,
852852 " mfaDescription" ,
853853 " mfaTypes" ,
854+ " enabledMfas" ,
854855 " MiB" ,
855856 " middleware" ,
856857 " Millis" ,
Original file line number Diff line number Diff line change 11export const versions = {
2- ANDROID_VERSION : '2.19.1 ' ,
2+ ANDROID_VERSION : '2.24.0 ' ,
33 ANDROID_DEVPREVIEW : '1.36.5-dev-preview.0' ,
44 ANDROID_V1_VERSION : '1.38.8' ,
55 ANDROID_V1_GEO_VERSION : '1.0.1' ,
66 ANDROID_V1_KOTLIN_VERSION : '0.22.8' ,
77 ANDROID_SDK_VERSION : '2.76.0' ,
8- KOTLIN_SDK_VERSION : '1.2.8 ' ,
9- ANDROID_AUTHENTICATOR_VERSION : '1.2 .0'
8+ KOTLIN_SDK_VERSION : '1.3.31 ' ,
9+ ANDROID_AUTHENTICATOR_VERSION : '1.4 .0'
1010} ;
Original file line number Diff line number Diff line change @@ -122,6 +122,9 @@ export const directory = {
122122 } ,
123123 {
124124 path : 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/delete-user-account/index.mdx'
125+ } ,
126+ {
127+ path : 'src/pages/[platform]/build-a-backend/auth/connect-your-frontend/multi-step-sign-in/index.mdx'
125128 }
126129 ]
127130 } ,
@@ -156,9 +159,6 @@ export const directory = {
156159 }
157160 ]
158161 } ,
159- {
160- path : 'src/pages/[platform]/build-a-backend/auth/multi-step-sign-in/index.mdx'
161- } ,
162162 {
163163 path : 'src/pages/[platform]/build-a-backend/auth/sign-in-with-web-ui/index.mdx'
164164 } ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments