Re-enable registrations
This commit is contained in:
parent
52ddce6b6a
commit
d43275a0c3
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -37,7 +37,7 @@ def index() -> Response:
|
|||
|
||||
ol = overleaf.Overleaf(os.environ.get("OL_INSTANCE"))
|
||||
ol.login(os.environ.get("OL_ADMIN_EMAIL"), os.environ.get("OL_ADMIN_PASSWORD"))
|
||||
# ol.register_user(email)
|
||||
ol.register_user(email)
|
||||
ol.logout()
|
||||
return render_template("done.html", submitted_email=email)
|
||||
|
||||
|
|
Loading…
Reference in a new issue