Implement password reset + minor changes to button component #42

Merged
sauceyred merged 7 commits from password-reset into main 2025-07-16 17:47:58 +00:00
Showing only changes of commit 5bd307451d - Show all commits

View file

@ -12,7 +12,7 @@
</div>
</form>
<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 v-if="registrationEnabled">
Don't have an account? <NuxtLink :href="registerUrl">Register</NuxtLink> one!