Fix an incorrect namespace for copy auth url request.
This commit is contained in:
@@ -12,7 +12,7 @@ using Wino.Core.Domain.Interfaces;
|
|||||||
using Wino.Core.Domain.Models.Authentication;
|
using Wino.Core.Domain.Models.Authentication;
|
||||||
using Wino.Core.Domain.Models.Authorization;
|
using Wino.Core.Domain.Models.Authorization;
|
||||||
using Wino.Core.Services;
|
using Wino.Core.Services;
|
||||||
using Wino.Messaging.Server;
|
using Wino.Messaging.UI;
|
||||||
|
|
||||||
namespace Wino.Core.Authenticators
|
namespace Wino.Core.Authenticators
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Threading.Tasks;
|
|||||||
using CommunityToolkit.Mvvm.Messaging;
|
using CommunityToolkit.Mvvm.Messaging;
|
||||||
using Microsoft.Extensions.DependencyInjection;
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
using Wino.Core.Domain.Interfaces;
|
using Wino.Core.Domain.Interfaces;
|
||||||
using Wino.Messaging.Server;
|
using Wino.Messaging.UI;
|
||||||
|
|
||||||
namespace Wino.Dialogs
|
namespace Wino.Dialogs
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,4 @@
|
|||||||
using Wino.Messaging.UI;
|
namespace Wino.Messaging.UI
|
||||||
|
|
||||||
namespace Wino.Messaging.Server
|
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// When authenticators are proposed to copy the auth URL on the UI.
|
/// When authenticators are proposed to copy the auth URL on the UI.
|
||||||
Reference in New Issue
Block a user