File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
"preview" : " vite preview"
11
11
},
12
12
"dependencies" : {
13
- "@auth0/auth0-acul-js" : " ^0.1.0-beta.2 " ,
13
+ "@auth0/auth0-acul-js" : " ^0.1.0-beta.3 " ,
14
14
"react" : " ^18.3.1" ,
15
15
"react-dom" : " ^18.3.1" ,
16
16
"react-error-boundary" : " ^4.1.2"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const ResetPasswordMfaOtpChallengeScreen = React.lazy(() => import("./screens/re
34
34
const OrganizationSelectionScreen = React . lazy ( ( ) => import ( "./screens/organization-selection" ) ) ;
35
35
const OrganizationPickerScreen = React . lazy ( ( ) => import ( "./screens/organization-picker" ) ) ;
36
36
const AcceptInvitationScreen = React . lazy ( ( ) => import ( "./screens/accept-invitation" ) ) ;
37
- const CustomizedConsentScreen = React . lazy ( ( ) => import ( "./screens/customized-consent" ) ) ;
37
+ // const CustomizedConsentScreen = React.lazy(() => import("./screens/customized-consent"));
38
38
39
39
40
40
const App : React . FC = ( ) => {
@@ -112,8 +112,8 @@ const App: React.FC = () => {
112
112
return < OrganizationPickerScreen /> ;
113
113
case "accept-invitation" :
114
114
return < AcceptInvitationScreen /> ;
115
- case "customized-consent" :
116
- return < CustomizedConsentScreen /> ;
115
+ // case "customized-consent":
116
+ // return <CustomizedConsentScreen />;
117
117
default :
118
118
return < > No screen rendered</ > ;
119
119
}
You can’t perform that action at this time.
0 commit comments