diff --git a/LesionTracker/activeEntry.js b/LesionTracker/activeEntry.js index 04acdba62..b1232d845 100644 --- a/LesionTracker/activeEntry.js +++ b/LesionTracker/activeEntry.js @@ -6,10 +6,10 @@ if (Meteor.isClient){ }, signIn: { displayFullName: true, - destination: '/worklist' + destination: '/studylist' }, signUp: { - destination: '/worklist' + destination: '/studylist' }, themeColors: { primary: "" diff --git a/LesionTracker/client/components/app/app.html b/LesionTracker/client/components/app/app.html index afaf132c7..ce2a7a557 100644 --- a/LesionTracker/client/components/app/app.html +++ b/LesionTracker/client/components/app/app.html @@ -1,6 +1,6 @@