mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 03:21:05 +00:00
Putting login_required on user_page breaks federation.
The inbox can't verify the signature because it can't fetch the profile.
This commit is contained in:
parent
e1fa7a73cc
commit
43500ec478
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ def notifications_page(request):
|
||||||
return TemplateResponse(request, 'notifications.html', data)
|
return TemplateResponse(request, 'notifications.html', data)
|
||||||
|
|
||||||
|
|
||||||
@login_required
|
|
||||||
def user_page(request, username):
|
def user_page(request, username):
|
||||||
''' profile page for a user '''
|
''' profile page for a user '''
|
||||||
content = request.headers.get('Accept')
|
content = request.headers.get('Accept')
|
||||||
|
|
Loading…
Reference in a new issue