Skip to content

Commit

Permalink
And close open requests if cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 3, 2024
1 parent 998a421 commit d8d100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wm/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ func (a *auth) CancelAuthentication(cookie string, sender dbus.Sender) (err *dbu
}

func StartAuthAgent() {
a := &auth{}
a := &auth{windows: make(map[string]fyne.Window)}
go a.register()
}

0 comments on commit d8d100d

Please sign in to comment.