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
Copy file name to clipboardExpand all lines: packages/core/src/errors.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ export class InvalidCallbackUrl extends AuthError {
193
193
* 1. The user is redirected to the signin page, with `error=CredentialsSignin&code=credentials` in the URL. `code` is configurable.
194
194
* 2. If you throw this error in a framework that handles form actions server-side, this error is thrown, instead of redirecting the user, so you'll need to handle.
195
195
*/
196
-
exportclassCredentialsSigninextendsError{
196
+
exportclassCredentialsSigninextendsSignInError{
197
197
statictype="CredentialsSignin"
198
198
/**
199
199
* The error code that is set in the `code` query parameter of the redirect URL.
0 commit comments