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
LemmyApi.login now accepts an optional totp2faToken, sent to the server as totp_2fa_token, so accounts with two-factor (TOTP) authentication enabled can sign in. Defaults to nil, so existing call sites are unaffected.