diff options
Diffstat (limited to 'app/auth/email.py')
| -rw-r--r-- | app/auth/email.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/auth/email.py b/app/auth/email.py index 9f6f9d0..c071518 100644 --- a/app/auth/email.py +++ b/app/auth/email.py @@ -1,11 +1,8 @@ # -*- coding: utf-8 -*- -from threading import Thread - from flask import current_app, render_template -from app import mail - +from app.email import send_email def send_password_reset_email(user): token = user.get_reset_password_token() |
