Use the same app label in login and app grid
This commit is contained in:
@@ -316,7 +316,7 @@ async function renderInteractionPage(req, res, next) {
|
||||
};
|
||||
|
||||
if (app) {
|
||||
data.name = app.label || app.fqdn;
|
||||
data.name = app.label || app.subdomain || app.fqdn;
|
||||
data.iconUrl = app.iconUrl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user