Skip to content

Commit

Permalink
feat: Update error responses #2573
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Aug 15, 2024
1 parent ef60a0d commit eb8d0fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,6 @@ MessageHandler getMessageHandler(dynamic e) {

ResponseString getErrorResponseString(String errorString) {
switch (errorString) {
case 'invalid_request':
case 'invalid_request_uri':
case 'invalid_request_object':
return ResponseString.RESPONSE_STRING_invalidRequest;
Expand Down

0 comments on commit eb8d0fe

Please sign in to comment.