Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth/connection-lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Common codes:
|------|---------|---------|
| `credentials_invalid` | The stored or submitted username or password was rejected by the site. | No |
| `totp_code_rejected` | The site rejected an authenticator code Kernel submitted. | No; retry with a fresh code |
| `totp_required` | Reauth requires an authenticator code, but the credential has no TOTP secret. | No |
| `totp_required` | Reauth requires an authenticator code that Kernel couldn't provide automatically. | No |
| `sms_code_required` | Reauth requires a code sent by SMS. | No |
| `email_code_required` | Reauth requires a code sent by email. | No |
| `account_choice_required` | Reauth requires a person to select an account or identity. | No |
Expand Down
Loading