squash a bunch of commits
This commit is contained in:
7
Shogi.UI/Pages/Home/Account/LoginEventArgs.cs
Normal file
7
Shogi.UI/Pages/Home/Account/LoginEventArgs.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Shogi.UI.Pages.Home.Account
|
||||
{
|
||||
public class LoginEventArgs : EventArgs
|
||||
{
|
||||
public User? User { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user