Update helpers.lua

This commit is contained in:
titoko 2020-12-13 12:05:27 +01:00 committed by GitHub
parent a0129b437e
commit 2ca6847d4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,7 +271,7 @@ function refresh_logged_in()
if auth_header then
_, _, b64_cred = string.find(auth_header, "^Basic%s+(.+)$")
if b64_cred == nil:
if b64_cred == nil then
is_logged_in = false
return is_logged_in
end