Disabled caching
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-06-03 17:48:38 +02:00
parent a50830ffaa
commit 652ca82a57
2 changed files with 1 additions and 3 deletions
@@ -13,6 +13,4 @@ public sealed class AuthentikSettings
public string? RequiredClaimNameValue { get; set; }
public bool RequireHttpsMetadata { get; set; }
public bool BypassSslErrors { get; set; }
}