mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Get rid of $localhost pseudo user
This commit is contained in:
@@ -428,7 +428,7 @@ func (s *server) findIdentityFromStreamKey(key string) (string, error) {
|
||||
|
||||
elements := strings.Split(key, ":")
|
||||
if len(elements) == 1 {
|
||||
identity, err = s.iam.GetDefaultVerifier()
|
||||
identity = s.iam.GetDefaultVerifier()
|
||||
token = elements[0]
|
||||
} else {
|
||||
identity, err = s.iam.GetVerifier(elements[0])
|
||||
|
Reference in New Issue
Block a user