Create fix_the_email_problem.txt
This commit is contained in:
parent
5c000204aa
commit
330ae5ea7d
1 changed files with 13 additions and 0 deletions
13
overleafserver/fix_the_email_problem.txt
Normal file
13
overleafserver/fix_the_email_problem.txt
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
exit container
|
||||||
|
|
||||||
|
docker commit overleafserver overleaf/overleaf
|
Loading…
Reference in a new issue