mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-04 00:45:58 +02:00
Revert test shid
This commit is contained in:
@@ -23,16 +23,7 @@ public class User
|
||||
[Required]
|
||||
public Role Role { get; set; }
|
||||
|
||||
public string? SessionToken
|
||||
{
|
||||
get => _token;
|
||||
set
|
||||
{
|
||||
_token = value;
|
||||
}
|
||||
}
|
||||
|
||||
private string? _token;
|
||||
public string? SessionToken { get; set; }
|
||||
|
||||
public User(string name, string passwordHash, Role role)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user