Files
Nebula-Auth/NebulaAuth/ViewModel/Other/SetEncryptPasswordVM.cs
T
2024-02-01 01:21:56 +02:00

8 lines
203 B
C#

using CommunityToolkit.Mvvm.ComponentModel;
namespace NebulaAuth.ViewModel.Other;
public partial class SetEncryptPasswordVM : ObservableObject
{
[ObservableProperty] private string? _password;
}