7 lines
177 B
C#
7 lines
177 B
C#
namespace LANCommander.Server.UI.Pages.Settings.Authentication.Components
|
|
{
|
|
internal class ExternalProviderScope
|
|
{
|
|
internal string Name { get; set; }
|
|
}
|
|
}
|