Skip to content
Snippets Groups Projects
Commit 19f84d30 authored by Sebastian Mihalache's avatar Sebastian Mihalache
Browse files

Merge branch 'develop' of gitlab.coko.foundation:xpub/xpub-faraday into develop

parents 623bcc2a dcde836b
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: {
email: {
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