From fd4f19da9ac25c5beee24f19d81bfd507001d6d5 Mon Sep 17 00:00:00 2001 From: Kasper Birch Date: Tue, 17 Oct 2023 10:39:15 +0200 Subject: [PATCH] Activate email notifications for new accounts For initial communication, new users are given a welcome email with guidelines and related information. Borrowers have the flexibility to transition to text notifications through their user settings, contingent upon the library's service offerings. --- src/apps/create-patron-user-info/UserInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/create-patron-user-info/UserInfo.tsx b/src/apps/create-patron-user-info/UserInfo.tsx index 48c122db9b..6291f115a7 100644 --- a/src/apps/create-patron-user-info/UserInfo.tsx +++ b/src/apps/create-patron-user-info/UserInfo.tsx @@ -27,7 +27,7 @@ const UserInfo: FC = ({ cpr }) => { const { mutate } = useCreateV4(); const [patron, setPatron] = useState({ preferredPickupBranch: "", - receiveEmail: false, + receiveEmail: true, receivePostalMail: false, receiveSms: false, phoneNumber: "",