mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-25 14:24:32 +00:00
8 lines
203 B
C#
8 lines
203 B
C#
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
|
namespace NebulaAuth.ViewModel.Other;
|
|
|
|
public partial class SetEncryptPasswordVM : ObservableObject
|
|
{
|
|
[ObservableProperty] private string? _password;
|
|
} |