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 5190dff commit 2e2bebdCopy full SHA for 2e2bebd
app/view/sdl/ServiceUpdatePopUp.js
@@ -225,6 +225,11 @@ SDL.ServiceUpdatePopUp = Em.ContainerView.create(
225
'Make sure your device has access to GPS signal');
226
break;
227
}
228
+ case 'PROTECTION_ENFORCED': {
229
+ this.set('content', 'Attempting to start unprotected service which '
230
+ + 'is configured as a force protected');
231
+ break;
232
+ }
233
default: {
234
this.set('content', 'Rejected by unknown reason');
235
0 commit comments