This commit is contained in:
Ulf Gebhardt 2022-02-03 20:25:56 +01:00
parent da349230c8
commit 6500901e2f
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -524,7 +524,6 @@ export class UserResolver {
throw new Error('Could not find corresponding Login User')
})
// Generate Passphrase if needed
if (!user.passphrase) {
const passphrase = PassphraseGenerate()