mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update backend/src/graphql/resolver/UserResolver.ts
Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
parent
7929b93964
commit
eda69bfc47
@ -371,7 +371,7 @@ export class UserResolver {
|
|||||||
emailOptIn.verificationCode.toString(),
|
emailOptIn.verificationCode.toString(),
|
||||||
)
|
)
|
||||||
|
|
||||||
if (redeemCode !== '') {
|
if (redeemCode) {
|
||||||
activationLink += '/' + redeemCode
|
activationLink += '/' + redeemCode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user