1
0
Fork 0

wip(backend): Don't require password at signup

This commit is contained in:
joostdecock 2022-11-08 22:41:30 +01:00
parent 19050ce3b7
commit 73ee7cceb3
7 changed files with 159 additions and 1230 deletions

View file

@ -19,7 +19,6 @@ export const userTests = async (config, store, chai) => {
const fields = {
email: 'test@freesewing.dev',
password: 'test',
language: 'fr',
}
Object.keys(fields).map((key) => {
@ -193,7 +192,6 @@ export const userTests = async (config, store, chai) => {
done()
})
})
step(`${store.icon('user', 'jwt')} Should load account (jwt)`, (done) => {
chai
.request(config.api)