roschaefer 2019-09-06 16:03:36 +02:00
parent f58c1c7cf0
commit 4358d5bb8f

View File

@ -263,8 +263,7 @@ describe('SignupByInvitation', () => {
})
describe('if the EmailAddress already exists but without user account', () => {
// shall we re-send the registration email?
it.todo('decide what to do')
it.todo('shall we re-send the registration email?')
})
})
})