We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de55e commit 4173886Copy full SHA for 4173886
src/main/resources/webapp/webapp.js
@@ -112,7 +112,7 @@ function defaultRoute(req) {
112
userObj.isAdmin = authLib.hasRole("system.admin");
113
}
114
115
- const countryIsoCode;
+ let countryIsoCode;
116
if (req.remoteAddress) {
117
const locationData = geoipLib.getLocationData(req.remoteAddress);
118
countryIsoCode = geoipLib.countryISO(locationData);
0 commit comments