aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/index.ts
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2020-12-08 20:19:32 -0800
committerGitHub <noreply@github.com>2020-12-08 23:19:32 -0500
commitdb575615046544e83759a3615f37540305aa9742 (patch)
treef30a29f47420990872c9baede4978582cea0b607 /src/screens/onboarding/index.ts
parent0cb19c5b173d4cf6ba67378cbffd61abac7f18c3 (diff)
[TMA-308] Forgot password logic [Frontend] (#131)
* Done with changes * Submit on enter * Fixed StrongPassword issue * Clean and modular Verification.tsx * small fix
Diffstat (limited to 'src/screens/onboarding/index.ts')
-rw-r--r--src/screens/onboarding/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/onboarding/index.ts b/src/screens/onboarding/index.ts
index e116bf2c..2411a7e7 100644
--- a/src/screens/onboarding/index.ts
+++ b/src/screens/onboarding/index.ts
@@ -7,3 +7,5 @@ export {default as Checkpoint} from './Checkpoint';
export {default as ProfileOnboarding} from './ProfileOnboarding';
export {default as InvitationCodeVerification} from './InvitationCodeVerification';
export {default as SocialMedia} from './SocialMedia';
+export {default as PasswordResetRequest} from './PasswordResetRequest';
+export {default as PasswordReset} from './PasswordReset';