withfig / fig

Public issue tracker for Fig.
https://fig.io
MIT License
2.06k stars 63 forks source link

No way to specify returning user in the Fig UI #2670

Open alecglen opened 1 year ago

alecglen commented 1 year ago

Checks

Operating system

macOS 13.5.0 (22G74)

Expected behaviour

When I opened the Fig UI for the first time in a while, I had been logged out. That's fine, I presume I just need to follow the flow to log back in.

Actual behaviour

The only available option is to create a new account. I have no other actions and don't see any way to clear the modal.

image

Steps to reproduce

No response

Environment

fig-details:
  - 2.16.0
hardware-info:
  - model: 
  - model-id: 
  - chip-id: Apple M1 Pro
  - cores: 10
  - mem: 16.00 GB
os-info:
  - macOS 13.5.0 (22G74)
environment:
  - shell: /Applications/Fig.app/Contents/MacOS/fig_desktop
  - terminal: <unknown>
  - cwd: /
  - exe-path: /Applications/Fig.app/Contents/MacOS/fig-darwin-universal
  - install-method: unknown
  - env-vars:
    - __CFBundleIdentifier: com.mschrage.fig
    - PATH: /usr/bin:/bin:/usr/sbin:/sbin
    - SHELL: /bin/zsh
chaynabors commented 1 year ago

Workaround would be to type fig login but I think we should get this fixed! Let me know if the workaround works for you.

alecglen commented 1 year ago

Thanks for the response, @chaynabors! There was actually a little more to it than that - somehow I'd gotten into a state where the CLI knew I was still logged in, but the GUI was confused. Once I ran fig logout, the issue was resolved and I got a normal login flow from the GUI.