mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-10 16:57:45 +08:00
Fixed typo.
This commit is contained in:
parent
e9d5fa5c80
commit
9ff05c4a11
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ def login_required(f):
|
|||
})
|
||||
|
||||
return f(*args, **kwargs)
|
||||
elif _settings.auth.type == 'form':
|
||||
elif settings.auth.type == 'form':
|
||||
if 'logged_in' in session:
|
||||
return f(*args, **kwargs)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue