Review + QA updates - Part 1

This commit is contained in:
Lesley Norton
2021-10-21 23:02:27 -05:00
parent 0a772c8f04
commit 2f6e49bec0
5 changed files with 59 additions and 92 deletions
+1 -1
View File
@@ -1474,7 +1474,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, {
} else {
// No saved Mozilla VPN proxy information. Get something new.
const { randomServerCountryCode, randomServerCityName } = await MozillaVPN.pickRandomServer();
const { randomServerCountryCode, randomServerCityName } = await MozillaVPN.pickRandomLocation();
proxy = MozillaVPN.getProxy(
randomServerCountryCode,