2024-07-15 01:12:29 +02:00
|
|
|
docker exec -it overleafserver bash
|
|
|
|
vi /overleaf/services/web/app/src/Features/User/UserRegistrationHandler.js
|
|
|
|
|
|
|
|
Goto line 117:
|
|
|
|
EmailHandler.promises.sendEmail('registered', {
|
|
|
|
|
|
|
|
Then add an.
|
|
|
|
await.
|
|
|
|
in front of it.
|
|
|
|
|
2024-07-16 18:26:16 +02:00
|
|
|
I decided that I edit it externally and mount the fixed file into the docker container.
|