mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-19 19:19:32 +08:00
feat: implement account binding functionality for GitHub and LinuxDo
This commit is contained in:
@@ -14,6 +14,8 @@ public class User : BaseModel
|
||||
[Required] [StringLength(255)] public required string PasswordHash { get; set; }
|
||||
|
||||
[StringLength(255)] public string? GithubId { get; set; }
|
||||
[StringLength(255)] public string? LinuxDoId { get; set; }
|
||||
|
||||
public int? RoleId { get; set; }
|
||||
|
||||
public Role? Role { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user