Share Stats about OIDC use

This commit is contained in:
Amelia 2025-07-06 14:39:05 +02:00
parent d2e1ca9078
commit b6bfc65bc4
4 changed files with 15 additions and 2 deletions

View file

@ -131,6 +131,10 @@ public sealed record ServerInfoV3Dto
/// Is this server using Kavita+
/// </summary>
public bool ActiveKavitaPlusSubscription { get; set; }
/// <summary>
/// Is OIDC enabled
/// </summary>
public bool OidcEnabled { get; set; }
#endregion
#region Users