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