Skip to content

Commit 86330d1

Browse files
authored
docs: Update auth error codes link (#1215)
1 parent c3e04ec commit 86330d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gotrue/lib/src/types/auth_exception.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AuthException implements Exception {
1414
/// In that case [statusCode] will also be null.
1515
///
1616
/// Find the full list of error codes in our documentation.
17-
/// https://supabase.com/docs/reference/dart/auth-error-codes
17+
/// https://supabase.com/docs/guides/auth/debugging/error-codes
1818
final String? code;
1919

2020
const AuthException(this.message, {this.statusCode, this.code});

0 commit comments

Comments
 (0)