Friday, January 28, 2022
1 change · master
Resolved issues and error corrections
Fixes an issue in the Sign app where an error dialog could fail to reload the page as intended. Users who encounter this dialog should now be able to continue with the expected page refresh instead of seeing a browser error.
Original PR description
In sign, when passing window.location.reload as the callback to the openErrorDialog method, an illegal invocation error was happening. This commit adds a wrapper function to it that prevents the error and correctly reloads the page.