Skip to content

Commit 2e2bebd

Browse files
valeriimked-luxoft
authored andcommitted
Adding processing of PROTECTION_ENFORCED reason
1 parent 5190dff commit 2e2bebd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/view/sdl/ServiceUpdatePopUp.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ SDL.ServiceUpdatePopUp = Em.ContainerView.create(
225225
'Make sure your device has access to GPS signal');
226226
break;
227227
}
228+
case 'PROTECTION_ENFORCED': {
229+
this.set('content', 'Attempting to start unprotected service which '
230+
+ 'is configured as a force protected');
231+
break;
232+
}
228233
default: {
229234
this.set('content', 'Rejected by unknown reason');
230235
break;

0 commit comments

Comments
 (0)