search and ai stabilization work, localization stablized.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text;
|
||||
using static StellaOps.Localization.T;
|
||||
|
||||
namespace StellaOps.Auth.Security.Dpop;
|
||||
|
||||
@@ -60,7 +61,7 @@ internal static class DpopNonceUtilities
|
||||
{
|
||||
if (value.Length == 0)
|
||||
{
|
||||
throw new ArgumentException("Value must not be empty after trimming.");
|
||||
throw new ArgumentException(_t("common.validation.empty_after_trim", "Value"));
|
||||
}
|
||||
|
||||
value.AsSpan().CopyTo(span[index..]);
|
||||
|
||||
Reference in New Issue
Block a user