We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db0da8 commit 4cf69b1Copy full SHA for 4cf69b1
api/v1/auth/main.py
@@ -32,7 +32,7 @@
32
HOST = "redis" if os.getenv("USING_DOCKER") == "true" else "localhost"
33
r = redis.Redis(password=os.getenv("REDIS_PASSWORD", ""), host=HOST)
34
35
-with open("v1/auth/otp.html", "r", encoding="utf8") as f:
+with open("./api/v1/auth/otp.html", "r", encoding="utf8") as f:
36
OTP_EMAIL_TEMPLATE = f.read()
37
38
0 commit comments