1 write to SuppressLoginUrlInStartupSummary
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
50
options.
SuppressLoginUrlInStartupSummary
= bool.TryParse(configuration["AppHost:SuppressDashboardLoginUrlInStartupSummary"], out var suppressLoginUrl) && suppressLoginUrl;
1 reference to SuppressLoginUrlInStartupSummary
Aspire.Hosting (1)
Dashboard\DashboardEventHandlers.cs (1)
549
var summaryToken = options.
SuppressLoginUrlInStartupSummary
? null : browserToken;