Skip to content

Commit

Permalink
refactor: Remove long error message for now #2573
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Aug 15, 2024
1 parent eb8d0fe commit c2db564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app/shared/helper_functions/helper_functions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@ 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 c2db564

Please sign in to comment.