From 2c4b0c4b3a5ef243cff577c67a7a3a725210d40f Mon Sep 17 00:00:00 2001 From: Josh Owens Date: Wed, 16 Oct 2013 11:05:22 -0400 Subject: [PATCH] Add issue #24 --- changelog.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.markdown b/changelog.markdown index 312ba236..c9e929d9 100644 --- a/changelog.markdown +++ b/changelog.markdown @@ -10,6 +10,7 @@ desc: A meteorite package for meteor sign up and sign in pages. ### v0.3.0 +* Fix client side login to happen after we create the user server side [#24](https://github.com/BeDifferential/accounts-entry/issues/24) * Fix an issue with event passing and Firefox/IE issues [#23](https://github.com/BeDifferential/accounts-entry/issues/23) * Optionally protect signup form with a signup code * Move configuration to server