Skip to content

Commit 2476af3

Browse files
authored
fix(cognito): Add invalidTokenException to SignOutPartialFailure.props (#6751)
Add invalidTokenException to SignOutPartialFailure.props for proper equality comparison
1 parent 40d7724 commit 2476af3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth/amplify_auth_cognito_dart/lib/src/state/state/sign_out_state.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ final class SignOutPartialFailure extends SignOutState {
110110
hostedUiException,
111111
globalSignOutException,
112112
revokeTokenException,
113+
invalidTokenException,
113114
];
114115

115116
@override

0 commit comments

Comments
 (0)