fix(password): missing import
This commit is contained in:
@@ -1,6 +1,18 @@
|
|||||||
from app.config import settings
|
from app.config import settings
|
||||||
|
|
||||||
from . import admin, audio_proxy, avatar, beatmapset, cover, oauth, relationship, score, team, user # noqa: F401
|
from . import ( # noqa: F401
|
||||||
|
admin,
|
||||||
|
audio_proxy,
|
||||||
|
avatar,
|
||||||
|
beatmapset,
|
||||||
|
cover,
|
||||||
|
oauth,
|
||||||
|
password,
|
||||||
|
relationship,
|
||||||
|
score,
|
||||||
|
team,
|
||||||
|
user,
|
||||||
|
)
|
||||||
from .router import router as private_router
|
from .router import router as private_router
|
||||||
|
|
||||||
if settings.enable_totp_verification:
|
if settings.enable_totp_verification:
|
||||||
|
|||||||
Reference in New Issue
Block a user