From 05d16983ebfc10a3c57b468748ba24a9a67381b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Kaan=20K=C3=B6se?= Date: Sat, 14 Sep 2024 05:08:30 +0200 Subject: [PATCH] Fix an incorrect namespace for copy auth url request. --- Wino.Core/Authenticators/GmailAuthenticator.cs | 2 +- Wino.Mail/Dialogs/AccountCreationDialog.xaml.cs | 2 +- Wino.Messages/{Server => UI}/CopyAuthURLRequested.cs | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) rename Wino.Messages/{Server => UI}/CopyAuthURLRequested.cs (81%) diff --git a/Wino.Core/Authenticators/GmailAuthenticator.cs b/Wino.Core/Authenticators/GmailAuthenticator.cs index 9fe3aaa3..1e683de5 100644 --- a/Wino.Core/Authenticators/GmailAuthenticator.cs +++ b/Wino.Core/Authenticators/GmailAuthenticator.cs @@ -12,7 +12,7 @@ using Wino.Core.Domain.Interfaces; using Wino.Core.Domain.Models.Authentication; using Wino.Core.Domain.Models.Authorization; using Wino.Core.Services; -using Wino.Messaging.Server; +using Wino.Messaging.UI; namespace Wino.Core.Authenticators { diff --git a/Wino.Mail/Dialogs/AccountCreationDialog.xaml.cs b/Wino.Mail/Dialogs/AccountCreationDialog.xaml.cs index cf043a9b..47bf6e51 100644 --- a/Wino.Mail/Dialogs/AccountCreationDialog.xaml.cs +++ b/Wino.Mail/Dialogs/AccountCreationDialog.xaml.cs @@ -3,7 +3,7 @@ using System.Threading.Tasks; using CommunityToolkit.Mvvm.Messaging; using Microsoft.Extensions.DependencyInjection; using Wino.Core.Domain.Interfaces; -using Wino.Messaging.Server; +using Wino.Messaging.UI; namespace Wino.Dialogs { diff --git a/Wino.Messages/Server/CopyAuthURLRequested.cs b/Wino.Messages/UI/CopyAuthURLRequested.cs similarity index 81% rename from Wino.Messages/Server/CopyAuthURLRequested.cs rename to Wino.Messages/UI/CopyAuthURLRequested.cs index 75979881..7745adb1 100644 --- a/Wino.Messages/Server/CopyAuthURLRequested.cs +++ b/Wino.Messages/UI/CopyAuthURLRequested.cs @@ -1,6 +1,4 @@ -using Wino.Messaging.UI; - -namespace Wino.Messaging.Server +namespace Wino.Messaging.UI { /// /// When authenticators are proposed to copy the auth URL on the UI.