Share Stats about OIDC use
This commit is contained in:
parent
d2e1ca9078
commit
b6bfc65bc4
4 changed files with 15 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue