Add missing import
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
This commit is contained in:
parent
5e7eae7c3a
commit
2e65de8c2a
@ -12,7 +12,7 @@ from wtforms.validators import Length
|
||||
|
||||
import const
|
||||
from common import CustomForm, build_query, flatten, format_name, spam
|
||||
from oidc import page_oidc, login_required, read_user
|
||||
from oidc import page_oidc, login_required, read_user, do_login
|
||||
|
||||
page_inventory = Blueprint("inventory", __name__)
|
||||
db = MongoClient(const.MONGO_URI).get_default_database()
|
||||
|
Loading…
Reference in New Issue
Block a user