From c62aac1eab01fc8ad1b36e58be6875c03f268f14 Mon Sep 17 00:00:00 2001 From: ThomasBidot <77505438+ThomasBidot@users.noreply.github.com> Date: Tue, 7 Dec 2021 16:17:44 +0100 Subject: [PATCH] Back to no email verification --- src/app/signup/core/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/signup/core/index.ts b/src/app/signup/core/index.ts index 8766736..2698fcd 100644 --- a/src/app/signup/core/index.ts +++ b/src/app/signup/core/index.ts @@ -2,4 +2,5 @@ export * from './registration.model'; export * from './registration.service'; export * from './personnalData.model'; export * from './personnalData.service'; - +export * from './password.matcher'; +// commentaire -- GitLab