mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
Merge pull request #2897 from InfinityPacer/feature/event
This commit is contained in:
@@ -16,7 +16,7 @@ router = APIRouter()
|
|||||||
|
|
||||||
|
|
||||||
@router.post("/access-token", summary="获取token", response_model=schemas.Token)
|
@router.post("/access-token", summary="获取token", response_model=schemas.Token)
|
||||||
async def login_access_token(
|
def login_access_token(
|
||||||
form_data: OAuth2PasswordRequestForm = Depends(),
|
form_data: OAuth2PasswordRequestForm = Depends(),
|
||||||
otp_password: str = Form(None)
|
otp_password: str = Form(None)
|
||||||
) -> Any:
|
) -> Any:
|
||||||
|
|||||||
Reference in New Issue
Block a user