Fixing some small registration and login isues

This commit is contained in:
Brian McGonagill 2025-12-08 14:54:14 -06:00
parent 5aa2feff7b
commit 9ed5089508
8 changed files with 66 additions and 44 deletions

View file

@ -39,6 +39,6 @@ Template.login.events({
},
'click #reg' (event) {
event.preventDefault();
FlowRouter.go('/reg');
Session.set("loginOrReg", "reg");
},
});