Skip to content

Commit

Permalink
fix(login) Fixes up login redirect to match recent server changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Jul 20, 2015
1 parent 37b154e commit acf4d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/baw.configuration.tpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ angular.module('bawApp.configuration', ['url'])
disclaimers: '/disclaimers',
credits: '/credits',
ethicsStatement: '/ethics_statement',
login: "/my_account/sign_in"
login: "/errors/unauthorized"

}
},
Expand Down Expand Up @@ -213,7 +213,7 @@ angular.module('bawApp.configuration', ['url'])
.constant("conf.constants", {
namespace: "baw-client",
rails: {
loginRedirectQsp: "user_redirect_to"
loginRedirectQsp: "redirect_to"
},
localization: {
dateTimeFormat: "YYYY-MMM-DD HH:mm:ss",
Expand Down

0 comments on commit acf4d4c

Please sign in to comment.