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