Altered user Model to allow for pure string value as oposed to object

This commit is contained in:
Luke Else 2022-01-31 12:10:06 +00:00
parent 3cb2b9c9b5
commit 334ad6bce5

View File

@ -21,7 +21,7 @@ namespace EFB.Models
public TokenModel UserToken { get; set; } = null;
//Contains the most recent route generated by the user through the App
public RouteModel Route { get; set; } = null;
public string Route { get; set; }
public TokenModel RouteToken { get; set; } = null;
//Contains the most recently stored position of the user in the simulator