mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
uncomment code activationLink
This commit is contained in:
parent
15e0186381
commit
a23777b6ec
@ -384,12 +384,13 @@ export class UserResolver {
|
||||
email,
|
||||
})
|
||||
|
||||
// uncomment this, when you need the activation link on the console
|
||||
/* uncomment this, when you need the activation link on the console
|
||||
// In case EMails are disabled log the activation link for the user
|
||||
if (!emailSent) {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log(`Account confirmation link: ${activationLink}`)
|
||||
}
|
||||
*/
|
||||
|
||||
await queryRunner.commitTransaction()
|
||||
} catch (e) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user