mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Another indentation fix
This commit is contained in:
parent
a698c69b4d
commit
afb4e317f0
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ class SessionOrBasicAuthMixin(AccessMixin):
|
|||
login(request, user)
|
||||
request.user = user
|
||||
return super(
|
||||
SessionOrBasicAuthMixin, self
|
||||
).dispatch(
|
||||
SessionOrBasicAuthMixin, self
|
||||
).dispatch(
|
||||
request, *args, **kwargs
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue