Skip to content

Commit

Permalink
Activate email notifications for new accounts
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kasperbirch1 committed Nov 2, 2023
1 parent a96e530 commit fd4f19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/create-patron-user-info/UserInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const UserInfo: FC<UserInfoProps> = ({ cpr }) => {
const { mutate } = useCreateV4();
const [patron, setPatron] = useState<PatronSettingsV3>({
preferredPickupBranch: "",
receiveEmail: false,
receiveEmail: true,
receivePostalMail: false,
receiveSms: false,
phoneNumber: "",
Expand Down

0 comments on commit fd4f19d

Please sign in to comment.