We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e83fc commit 5df5aa0Copy full SHA for 5df5aa0
src/DGCustomization/src/DGMap.BaseLayer.js
@@ -38,7 +38,7 @@ DG.Map.addInitHook(function() {
38
var validator = new DG.ApiKeyValidator(apiKey);
39
validator.validate(function(response) {
40
// TODO пока на 400 ошибку (пользователь без ключа) не показываем ошибку (на релизе уже показываем)
41
- if (response.meta.code === 500 || !response.result) {
+ if (response.meta.code === 400 || !response.result) {
42
return;
43
}
44
0 commit comments