1
0
mirror of https://github.com/netbirdio/netbird.git synced 2025-07-08 10:27:40 +02:00

Use the PCKE flow in the UI ()

This commit is contained in:
Misha Bragin
2023-10-06 17:03:17 +02:00
committed by GitHub
parent 1219006a6e
commit 5781ec7a8e

@ -205,6 +205,7 @@ func (s *serviceClient) getSettingsForm() *widget.Form {
ManagementUrl: s.iMngURL.Text,
AdminURL: s.iAdminURL.Text,
PreSharedKey: s.iPreSharedKey.Text,
IsLinuxDesktopClient: runtime.GOOS == "linux",
})
if err != nil {
log.Errorf("login to management URL: %v", err)