Skip to content

Commit 0231ea9

Browse files
Fix toString method
1 parent 6a86752 commit 0231ea9

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
@@ -20,7 +20,7 @@ class AuthException implements Exception {
2020

2121
@override
2222
String toString() =>
23-
'AuthException(message: $message, statusCode: $statusCode, errorCode: $code)';
23+
'AuthException(message: $message, statusCode: $statusCode, code: $code)';
2424

2525
@override
2626
bool operator ==(Object other) {

0 commit comments

Comments
 (0)