Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/pkg/auth/user_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func cleanup(server *http.Server) {
func openBrowser(pageUrl string) error {
var err error
switch runtime.GOOS {
case "linux":
case "freebsd", "linux":
// We need to use the windows way on WSL, otherwise we do not pass query
// parameters correctly. https://github.com/microsoft/WSL/issues/3832
if _, ok := os.LookupEnv("WSL_DISTRO_NAME"); !ok {
Expand Down
Loading