We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304da36 commit 58bb406Copy full SHA for 58bb406
internal/pkg/auth/user_login.go
@@ -342,7 +342,7 @@ func cleanup(server *http.Server) {
342
func openBrowser(pageUrl string) error {
343
var err error
344
switch runtime.GOOS {
345
- case "linux":
+ case "freebsd", "linux":
346
// We need to use the windows way on WSL, otherwise we do not pass query
347
// parameters correctly. https://github.com/microsoft/WSL/issues/3832
348
if _, ok := os.LookupEnv("WSL_DISTRO_NAME"); !ok {
0 commit comments