Skip to content

Commit

Permalink
Change readonly fields
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoest committed Jan 2, 2025
1 parent f0a9af7 commit 11ccc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S1/connect/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def callback_view(request):

def logout_view(request):
logout(request)
return HttpResponseRedirect("https://www.vatger.de")
return HttpResponseRedirect("https://vatger.de")

0 comments on commit 11ccc87

Please sign in to comment.