Update source/utils/session.bs

This commit is contained in:
Charles Ewert 2024-01-12 17:05:57 -05:00 committed by GitHub
parent 03941b4d77
commit e2be70f90b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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