mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-12 16:36:36 -04:00
open.Run waits for xdg-open, which opens the browser in the foreground. We wait for open.Run before reading the callback, so the login never completes. Instead, use open.Start which launches the opener and returns. Fixes oAuth logins which were hanging indefinitely after authenticating in the browser. Signed-off-by: James Braid <jamesb@loreland.org> |
||
|---|---|---|
| .. | ||
| api | ||
| auth | ||
| config | ||
| context | ||
| debug | ||
| filelock | ||
| git | ||
| httputil | ||
| interact | ||
| task | ||
| theme | ||
| utils | ||
| version | ||