This commit is contained in:
Ulf Gebhardt 2021-11-24 04:18:11 +01:00
parent d07bd472b0
commit 8354aad277
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -540,6 +540,7 @@ export class UserResolver {
await signIn(loginUser.email, loginUser.language, loginUser.firstName, loginUser.lastName)
} catch {
// TODO is this a problem?
// eslint-disable-next-line no-console
console.log('Could not subscribe to klicktipp')
}
}