Browse Source

auth work

reid 2 years ago
parent
commit
a75e0ef783
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ws/ws.go

+ 1 - 0
ws/ws.go

@@ -188,6 +188,7 @@ func loginHandler(conn *websocket.Conn, msg []byte, payload structs.WsPayload) e
 		config.Logger.Info("Login failed")
 		return fmt.Errorf("Failed auth")
 	}
+	return nil
 }