sonnylazuardi / chat-ai-desktop

Unofficial ChatGPT desktop app for Mac & Windows menubar using Tauri & Rust
https://twitter.com/sonnylazuardi/status/1624281443022286848
MIT License
1.99k stars 191 forks source link

ChatGPT Plus login link integration #28

Open tsuzushii opened 1 year ago

tsuzushii commented 1 year ago

Possible to implement a feature that enables ChatGPT Plus users to input their login link?

albertusdev commented 1 year ago

+1 on this issue, would be great to implement this feature!

iljapanic commented 1 year ago

+1, can't seem to figure out how to paste the login link so I can login when the servers are at capacity :-/

EDIT I've found a workaround:

  1. Right click anywhere inside the popup window and click on 'Inspect Element'
  2. Click on 'Console' and enter the following js: window.location.href="{YOUR LOGIN LINK COPIED FROM EMAIL}" and press Return/Enter
  3. You should be able to finish logging in now