[CHANGE] Cookie login fixed
This commit is contained in:
parent
55322f8792
commit
f334c87fbb
7 changed files with 83 additions and 19 deletions
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; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue