Update source/utils/session.bs
This commit is contained in:
parent
03941b4d77
commit
e2be70f90b
|
@ -135,7 +135,7 @@ namespace session
|
|||
session.Update("user", tmpSessionUser)
|
||||
|
||||
' keep auth header in sync
|
||||
if key = "name"
|
||||
if LCase(key) = "name"
|
||||
session.user.SetServerDeviceName()
|
||||
end if
|
||||
end sub
|
||||
|
|
Loading…
Reference in New Issue
Block a user