Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rotemshynes authored and PavelLinearB committed May 18, 2023
1 parent 7463fab commit 49c0dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion introduction/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ def sql_lab(request):
else:
return redirect('login')

#***************** INSECURE DESERIALIZATION***************************************************************#

def insec_des(request):
if request.user.is_authenticated:
Expand Down

0 comments on commit 49c0dda

Please sign in to comment.