Skip to content

Commit

Permalink
fix Bug 72312
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Dec 25, 2024
1 parent a791487 commit 5043e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/ASC.Web.Core/AuthService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public class AuthKey
/// <summary>
/// Value
/// </summary>
[StringLength(255)]
public string Value { get; init; }

/// <summary>
Expand Down

0 comments on commit 5043e6d

Please sign in to comment.