Use the same app label in login and app grid

This commit is contained in:
Johannes Zellner
2025-07-16 18:21:34 +02:00
parent 3754021ae8
commit ed288317c4

View File

@@ -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;
}