Attempted to clean up the AuthController just a tad.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
namespace SecureCore.Services
|
||||
{
|
||||
public class UserInformation
|
||||
{
|
||||
public struct LoginData
|
||||
{
|
||||
public string Username;
|
||||
public string Password;
|
||||
}
|
||||
|
||||
public struct RegistrationData
|
||||
{
|
||||
public string Username;
|
||||
public string Password;
|
||||
public string Email;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user