Public Access
10 lines
304 B
C#
10 lines
304 B
C#
using Avalonia.Controls;
|
|
|
|
namespace DodoSSH.Client.App.Views;
|
|
|
|
/// <summary>Settings mode's Security page: the E2E explainer, Windows Hello, and approved host keys.</summary>
|
|
internal sealed partial class SettingsSecurityPage : UserControl
|
|
{
|
|
public SettingsSecurityPage() => InitializeComponent();
|
|
}
|