You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$('#modalAlert div.modal-body').html("Pairwise identifiers cannot be used with multiple redirect URIs unless a sector identifier URI is also registered.");
919
+
920
+
$("#modalAlert").modal({// wire up the actual modal functionality and show the dialog
921
+
"backdrop" : "static",
922
+
"keyboard" : true,
923
+
"show" : true// ensure the modal is shown immediately
924
+
});
925
+
926
+
returnfalse;
927
+
928
+
}
929
+
911
930
// process the JWKS
912
931
varjwksUri=null;
913
932
varjwks=null;
@@ -947,7 +966,7 @@ var ClientFormView = Backbone.View.extend({
$('#modalAlert div.modal-body').html("Pairwise identifiers cannot be used with multiple redirect URIs unless a sector identifier URI is also registered.");
399
+
400
+
$("#modalAlert").modal({// wire up the actual modal functionality and show the dialog
401
+
"backdrop" : "static",
402
+
"keyboard" : true,
403
+
"show" : true// ensure the modal is shown immediately
404
+
});
405
+
406
+
returnfalse;
407
+
408
+
}
409
+
391
410
// process the JWKS
392
411
varjwksUri=null;
393
412
varjwks=null;
@@ -422,7 +441,7 @@ var DynRegEditView = Backbone.View.extend({
0 commit comments