Skip to content

Commit

Permalink
use @login_required
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiantf committed Dec 8, 2020
1 parent e405899 commit 5d61759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/dashboard/tip_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def send_tip_3(request):


@ratelimit(key='ip', rate='5/m', method=ratelimit.UNSAFE, block=True)
@login_required
def send_tip_2(request):
"""Handle the second stage of sending a tip.
Expand Down

0 comments on commit 5d61759

Please sign in to comment.