Fix login errors
This commit is contained in:
@@ -43,7 +43,7 @@ namespace BoredCareers.Controllers {
|
||||
signOut();
|
||||
return Redirect("/");
|
||||
}
|
||||
return NotFound();
|
||||
return NotFound("Not logged in");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user