Delete overleafserver/fix_the_email_problem.txt

This commit is contained in:
David Rotermund 2024-10-01 17:59:19 +02:00 committed by GitHub
parent 19ccfaba80
commit 1c98b30752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +0,0 @@
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.
I decided that I edit it externally and mount the fixed file into the docker container.