Skip to content

Commit 17bacc7

Browse files
committed
feat: use system browser for oauth flow
Signed-off-by: Adam Setch <[email protected]>
1 parent e3f2313 commit 17bacc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ app.whenReady().then(async () => {
191191
});
192192
});
193193

194-
// Handle custom protocol URL events for OAuth 2.0 callback
194+
// Handle gitify:// custom protocol URL events for OAuth 2.0 callback
195195
app.on('open-url', (event, url) => {
196196
event.preventDefault();
197197

0 commit comments

Comments
 (0)