Fix an incorrect namespace for copy auth url request.

This commit is contained in:
Burak Kaan Köse
2024-09-14 05:08:30 +02:00
parent 12f821fd6b
commit 05d16983eb
3 changed files with 3 additions and 5 deletions

View File

@@ -1,10 +0,0 @@
using Wino.Messaging.UI;
namespace Wino.Messaging.Server
{
/// <summary>
/// When authenticators are proposed to copy the auth URL on the UI.
/// </summary>
/// <param name="AuthURL">URL to be copied to clipboard.</param>
public record CopyAuthURLRequested(string AuthURL) : UIMessageBase<CopyAuthURLRequested>;
}