Implement password reset + minor changes to button component #42
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
If an account with that username/email exists, an email will be sent to it shortly.
|
If an account with that username or email exists, an email will be sent to it shortly.
|
||||||
</div>
|
</div>
|
||||||
<div v-if="registrationEnabled">
|
<div v-if="registrationEnabled">
|
||||||
Don't have an account? <NuxtLink :href="registerUrl">Register</NuxtLink> one!
|
Don't have an account? <NuxtLink :href="registerUrl">Register</NuxtLink> one!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue