Fix Firefox desktop OIDC callback (#1044)

This commit is contained in:
ZacharyZcR
2026-07-13 23:00:22 +08:00
committed by GitHub
parent f2b7dae234
commit a3e615b59c
4 changed files with 74 additions and 8 deletions
+1 -1
View File
@@ -1397,7 +1397,7 @@ ipcMain.handle(
server.once("error", fail);
server.listen(callbackPort, "127.0.0.1", async () => {
server.listen(callbackPort, "localhost", async () => {
try {
await shell.openExternal(authUrl);
} catch (error) {