mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Update helpers.lua
This commit is contained in:
parent
a0129b437e
commit
2ca6847d4d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue