Fixing some small registration and login isues
This commit is contained in:
parent
5aa2feff7b
commit
9ed5089508
8 changed files with 66 additions and 44 deletions
|
|
@ -1,3 +1,11 @@
|
|||
<template name="home">
|
||||
<h1>This is Home.</h1>
|
||||
{{#if currentUser}}
|
||||
<h1>This is Home.</h1>
|
||||
{{else}}
|
||||
{{#if $eq loginOrReg 'login'}}
|
||||
{{> login}}
|
||||
{{else}}
|
||||
{{> reg}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue