Protect against undefined filter text
This commit is contained in:
@@ -239,6 +239,7 @@ app.filter('postInstallMessage', function () {
|
||||
var SSO_MARKER = '=== sso ===';
|
||||
|
||||
return function (text, app) {
|
||||
if (!text) return '';
|
||||
if (!app) return text;
|
||||
|
||||
var parts = text.split(SSO_MARKER);
|
||||
|
||||
Reference in New Issue
Block a user