Compare commits

..

No commits in common. "194fad972e9d339c6d92583b173d8e05855df541" and "c5961acbb5d2facfadb907225dbd4956e69d664e" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -5,15 +5,15 @@ import (
"context" "context"
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/coder/websocket/wsjson"
"net/http" "net/http"
"net/url" "net/url"
"github.com/coder/websocket/wsjson"
"time" "time"
"github.com/coreos/go-oidc/v3/oidc" "github.com/coreos/go-oidc/v3/oidc"
"github.com/gin-gonic/gin"
"github.com/coder/websocket" "github.com/coder/websocket"
"github.com/gin-gonic/gin"
) )
type CloudRegisterRequest struct { type CloudRegisterRequest struct {