Skip to content

Commit 7373e73

Browse files
committed
docs: fix i18n error codes table
1 parent ca392fe commit 7373e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/4.integrations/4.i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ export default defineServerAuth(() => ({
130130
| `EMAIL_NOT_VERIFIED` | Email not verified |
131131
| `SESSION_EXPIRED` | Session expired |
132132
| `INVALID_TOKEN` | Invalid token |
133+
| `TOKEN_EXPIRED` | Token expired |
133134
| `USER_ALREADY_EXISTS` | User already exists |
134135
| `INVALID_EMAIL` | Invalid email |
135136
| `PASSWORD_TOO_SHORT` | Password too short |
136-
| `RATE_LIMIT_EXCEEDED` | Too many requests |
137137

138138
::callout{icon="i-lucide-book" to="https://www.better-auth.com/docs/concepts/client#error-codes"}
139139
See [Better Auth Error Codes](https://www.better-auth.com/docs/concepts/client#error-codes) for the complete list of error codes.

0 commit comments

Comments
 (0)