backend complete

This commit is contained in:
2025-05-17 13:48:10 -04:00
parent 3ac1fbcd8e
commit bb740cbefc
12 changed files with 173 additions and 34 deletions

View File

@@ -32,4 +32,5 @@ public class User
id.AddClaim(new Claim(ClaimTypes.Role, Role));
return id;
}
}