You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: support member-level app keys in login command
GetAccountInfo requires account-level keys, which most users don't
have. Now tries GetMemberInfo first (member-level key), falls back
to GetAccountInfo (account-level key). Both paths display account
name, email, and timezone on success.
0 commit comments