Closed Aman-Codes closed 3 years ago
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request.
Is it possible to remove the message from URL once snackbar is loaded?
Is it possible to remove the message from URL once snackbar is loaded?
Yes, updated it to remove message after page load
Description
In case of a 403 error, displayed the body of the response as a snack bar on the homepage. Previous discussion on #117
Changes
Screenshot
How to test
Go to
http://localhost:3000/?message=Requested%20resource%20is%20forbidden
Or make a request which returns a 403 error code.