0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #512 from gotdibbs/Issue443

Rename /logout/ to /signout/ and /login/ to /signin/
This commit is contained in:
Hannah Wolfe 2013-08-25 10:06:53 -07:00
commit 163f88b83d
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
'debug/' : 'debug', 'debug/' : 'debug',
'register/' : 'register', 'register/' : 'register',
'signup/' : 'signup', 'signup/' : 'signup',
'login/' : 'login' 'signin/' : 'login'
}, },
signup: function () { signup: function () {

View file

@ -56,7 +56,7 @@
self = this; self = this;
$.ajax({ $.ajax({
url: '/ghost/login/', url: '/ghost/signin/',
type: 'POST', type: 'POST',
data: { data: {
email: email, email: email,