[CHANGE] Cookie login fixed
This commit is contained in:
8
Manager.YouTube/Models/AccountMenuInfo.cs
Normal file
8
Manager.YouTube/Models/AccountMenuInfo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Manager.YouTube.Models;
|
||||
|
||||
public class AccountMenuInfo
|
||||
{
|
||||
public string? AccountId { get; set; }
|
||||
public string? AccountHandle { get; set; }
|
||||
public string? ImageUrl { get; set; }
|
||||
}
|
Reference in New Issue
Block a user