file scoped namespaces (#565)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Wino.Messaging.UI
|
||||
{
|
||||
/// <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>;
|
||||
}
|
||||
namespace Wino.Messaging.UI;
|
||||
|
||||
/// <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>;
|
||||
|
||||
Reference in New Issue
Block a user