Reformat code
| @@ -426,7 +426,7 @@ async function validateReverseProxy() { | ||
| 426 | 426 | const rememberKey = `Proxy_SkipConfirm_${getStringHash(oai_settings.reverse_proxy)}`; |
| 427 | 427 | const skipConfirm = localStorage.getItem(rememberKey) === 'true'; |
| 428 | 428 | |
| 429 | 429 | const confirmation = skipConfirm || await Popup.show.confirm(t`Connecting To Proxy`, await renderTemplateAsync('proxyConnectionWarning', { proxyURL: DOMPurify.sanitize(oai_settings.reverse_proxy) })); |
| 430 | 430 | |
| 431 | 431 | if (!confirmation) { |
| 432 | 432 | toastr.error('Update or remove your reverse proxy settings.'); |