We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a86752 commit 0231ea9Copy full SHA for 0231ea9
packages/gotrue/lib/src/types/auth_exception.dart
@@ -20,7 +20,7 @@ class AuthException implements Exception {
20
21
@override
22
String toString() =>
23
- 'AuthException(message: $message, statusCode: $statusCode, errorCode: $code)';
+ 'AuthException(message: $message, statusCode: $statusCode, code: $code)';
24
25
26
bool operator ==(Object other) {
0 commit comments