Skip to content

Commit b0cb31b

Browse files
committed
Trigger CI
1 parent 1be9fa9 commit b0cb31b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/app/api/routes/login.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def login_access_token(
3636
user = crud.authenticate(
3737
session=session, email=form_data.username, password=form_data.password
3838
)
39+
3940
if not user:
4041
raise HTTPException(status_code=400, detail="Incorrect email or password")
4142
elif not user.is_active:

0 commit comments

Comments
 (0)