@@ -64,7 +64,7 @@ async def read_index():
@app.get("/auth/me")
async def auth_me(auth = Depends(verify_token)):
async def auth_me(auth=Depends(verify_token)):
return {"is_admin": auth.is_admin, "name": auth.key_name}
The note is not visible to the blocked user.