login!
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Pilz.Configuration;
|
||||
|
||||
namespace OwnChar.App.Desktop.Settings;
|
||||
|
||||
internal class JsonFileLoginProviderSettings : IChildSettings, ISettingsIdentifier
|
||||
{
|
||||
public static string Identifier => "ownchar.login.providers.jsonfile";
|
||||
|
||||
public string? RecentFilePath { get; set; }
|
||||
|
||||
public void Reset()
|
||||
{
|
||||
RecentFilePath = null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user