diff --git a/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift b/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift index 9f35fe53f..0460ee893 100644 --- a/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift +++ b/RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift @@ -24,6 +24,7 @@ enum MockAppScreens { MockAuthenticationReCaptchaScreenState.self, MockAuthenticationTermsScreenState.self, MockAuthenticationVerifyEmailScreenState.self, + MockAuthenticationVerifyMsisdnScreenState.self, MockAuthenticationRegistrationScreenState.self, MockAuthenticationServerSelectionScreenState.self, MockOnboardingCelebrationScreenState.self,