Verified Commit 0421ba24 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 30237: Add v3 onion services client authentication prompt

Bug 43218: Switch to browser.reload, since "Browser:Reload" signal was
dropped upstream.
parent 334652b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ var OnionAuthPrompt = {

    notification.remove();
    // Success! Reload the page.
    browser.sendMessageToActor("Browser:Reload", {}, "BrowserTab");
    browser.reload();
  },

  /**