Compare commits

...

3 Commits

Author SHA1 Message Date
Adrian 194fad972e Revert "fix for initial values being empty"
This reverts commit 065f1bd21b.
2025-01-29 23:00:24 -06:00
Adrian 065f1bd21b fix for initial values being empty 2025-01-29 22:50:25 -06:00
jackislanding af92498816
reverted formatting 2025-01-29 20:56:35 -06:00
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/coder/websocket"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"github.com/coder/websocket"
) )
type CloudRegisterRequest struct { type CloudRegisterRequest struct {