Fix dashboard static assets and add client e2e scripts
This commit is contained in:
@@ -8,7 +8,7 @@ public sealed class DashboardOptions
|
||||
|
||||
public bool RequireAdminScope { get; init; } = true;
|
||||
|
||||
public bool AllowAnonymousLocalhost { get; init; }
|
||||
public bool AllowAnonymousLocalhost { get; init; } = true;
|
||||
|
||||
public int SnapshotIntervalMilliseconds { get; init; } = 1_000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user