The draft page used to automatically create a new project and route the user to the new project if the user was signed in. Problem arose if the user use the back button as they would end up creating more project. resolved my moving this logic into the plus button itself Resolves #511