You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature(#22): secrets are now sorted by the created at field in descending order before being converted to the response format, ensuring that the most recent ones are returned first.
Copy file name to clipboardExpand all lines: Applications/Backend/Source/HttpsRichardy.Federation.Application/Handlers/Secret/FetchRealmSecretsHandler.cs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,9 @@ public async Task<Result<IReadOnlyCollection<SecretScheme>>> HandleAsync(
0 commit comments