Add create account functionality
This commit is contained in:
parent
598b9fd7d6
commit
8ef4636635
8 changed files with 145 additions and 12 deletions
|
@ -5,9 +5,10 @@
|
|||
Study carefully, we only hold these events once a year.
|
||||
</p>
|
||||
<p v-if="!session">
|
||||
<NuxtLink to="/login">Login</NuxtLink> to get notified about updates to the schedule.
|
||||
<NuxtLink to="/login">Login</NuxtLink> or <NuxtLink to="/login#create-account">Create an account</NuxtLink>
|
||||
to get notified about updates to the schedule.
|
||||
</p>
|
||||
<p>
|
||||
<p v-else>
|
||||
Check out your <NuxtLink to="/account/settings">Account Setting</NuxtLink> to set up notifications for changes to schedule.
|
||||
</p>
|
||||
<h2>Schedule</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue