Skip to content

Commit

Permalink
Fix calls for logo on forgot password and reset password pages. [Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
queso committed Dec 23, 2013
1 parent 6b0f039 commit 794b729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/views/forgotPassword/forgotPassword.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Template.entryForgotPassword.helpers
error: -> Session.get('entryError')

logo: ->
Meteor.call('entryLogo')
AccountsEntry.settings.logo

Template.entryForgotPassword.events
'submit #forgotPassword': (event) ->
Expand Down
2 changes: 1 addition & 1 deletion client/views/resetPassword/resetPassword.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Template.entryResetPassword.helpers
error: -> Session.get('entryError')

logo: ->
Meteor.call('entryLogo')
AccountsEntry.settings.logo

Template.entryResetPassword.events

Expand Down

0 comments on commit 794b729

Please sign in to comment.