瀏覽代碼

passsword mod2

main
Madiwka3 1 年之前
父節點
當前提交
4ec5541b51
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      app/apis/v1/route_user.py

+ 1
- 0
app/apis/v1/route_user.py 查看文件

@@ -92,6 +92,7 @@ def update_user(
current_user: User = Depends(get_current_user),
):
if current_user.Role != "Admin" or current_user.id != user_id:
print(current_user.Role, current_user.id, user_id)
raise HTTPException(
status_code=403, detail="You are not authorized to perform this action"
)


Loading…
取消
儲存