pixelated / pixelated-user-agent

User facing components of Pixelated: a JavaScript single page app and a RESTful service.
GNU Affero General Public License v3.0
159 stars 72 forks source link

Redirect logged user to inbox when they access the login page #978

Open anikarni opened 7 years ago

anikarni commented 7 years ago

When the logged user tries to access the login page, they will be shown the login form. If they try to login again, there will be a "Processing error". To avoid this, we should not allow user to see this page.

Acceptance Criteria

Given I'm logged in, when I go to url /login, I should be redirected to the inbox.

Depends on

--