Originally Posted by
Antarius
My app works, but if I go to Manage trip, it spins and errors out saying not logged in.
Yet another amazing update.
I think I saw a bit code there which could explain it -
If ('antarius' == USER && 'manage_trips' == action) {
// Now frustrate user by killing the session and not showing their trips.
}