Skip to content
Snippets Groups Projects
Commit d5638d56 authored by Alexandru Munteanu's avatar Alexandru Munteanu
Browse files

hot-fix

parent bf34673b
No related branches found
No related tags found
1 merge request!14Sprint #15
...@@ -20,6 +20,12 @@ export const parseSignupAuthor = ({ token, confirmPassword, ...values }) => ({ ...@@ -20,6 +20,12 @@ export const parseSignupAuthor = ({ token, confirmPassword, ...values }) => ({
handlingEditor: false, handlingEditor: false,
username: values.email, username: values.email,
confirmationToken: generatePasswordHash(), confirmationToken: generatePasswordHash(),
notifications: {
emails: {
system: true,
user: true,
},
},
}) })
export const parseSearchParams = url => { export const parseSearchParams = url => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment