Error - You are not currently signed in.
After running eval $(op signin), I get "You are not currently signed in." for any subsequent op.
zsh:
```
➜ op --version
2.0.0
Last login: Tue Mar 29 09:39:55 on ttys002
➜ eval $(op signin)
Enter the password for mailto:redacted<li-user uid=.com at my.1password.com:
➜ op account get
[ERROR] 2022/03/29 10:25:36 You are not currently signed in. Please run op signin --help for instructions
```
The signin operation creates the file /var/folders/zc/REDACTED/T/com.agilebits.op.501/.XXXXXXXXXXXXXXXXXXXXXXXXXXX
with the json:
{"jwe":{"kid":"REDACTED","enc":"A256GCM","cty":"b5+jwk+json","iv":"REDACTED","data":"REDACTED"},"shorthand":"my"}
and sets the environment variable
OP_SESSION_XXXXXXXXXXXXXXXXXXXXXXXXXX=REDACTED
Also, op signin -f shows the help text:
"# Run 'eval $(op signin my)' to sign in to your 1Password account."
Which appears to be out of date, given:
eval $(op signin my)
[ERROR] 2022/03/29 10:31:51 expected at most 0 arguments but got 1 instead
1Password Version: 7.9.3 (70903004)
Extension Version: Not Provided
OS Version: mac OS 12.3
Referrer: forum-search:https://1password.community/search?Search=You%20are%20not%20currently%20signed%20in
