mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
725d4aac7d
No Issue - Move authentication related handlers to the Application route. - Switch Sign Out from a button to a link. Use the signout route to handle invalidating the session and redirecting instead of an action from a button. - Clear error messages on signin page when pressing log in button. - Errors are now always shown on sign in screen and a success notification is shown after sign out. - Update functional tests. |
||
---|---|---|
.. | ||
app_test.js | ||
content_test.js | ||
editor_test.js | ||
settings_test.js | ||
signin_test.js | ||
signout_test.js | ||
signup_test.js |