Updated Structure, and fixed paths.
- Project does not work still in this version as communication is still not happening between Client/Server/Core. Fake UI is still somewhat needed to progress
This commit is contained in:
8
RelayCore/Models/PasswordHash.cs
Normal file
8
RelayCore/Models/PasswordHash.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using SurrealDb.Net.Models;
|
||||
|
||||
namespace RelayCore.Models;
|
||||
|
||||
public class PasswordHash : Record
|
||||
{
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user