diff --git a/src/views/apps.html b/src/views/apps.html index 61ad366a9..4e022aa11 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -22,7 +22,7 @@ {{ (!appConfigure.location ? '' : (appConfigure.domain.config.hyphenatedSubdomains ? '-' : '.')) + appConfigure.domain.domain }} - {{ (!appConfigure.location ? '' : '-') + user.username + '.' + appConfigure.domain.domain }} + {{ (!appConfigure.location ? '' : '-') + spacesSuffix + '.' + appConfigure.domain.domain }}