mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-27 16:32:32 +00:00
enh: clarify password reset language
This commit is contained in:
parent
f33e8913ea
commit
cb0237aaa3
@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { slide } from 'svelte/transition'
|
||||
import { handleUnauthenticatedPasswordReset } from '$util/database'
|
||||
import { slide } from 'svelte/transition'
|
||||
|
||||
let email: string = ''
|
||||
let formError: string = ''
|
||||
@ -72,7 +72,7 @@
|
||||
class="btn btn-primary w-100"
|
||||
disabled={isFormButtonDisabled}
|
||||
>
|
||||
Send Verification Email <i class="bi bi-arrow-right-short" />
|
||||
Reset Password <i class="bi bi-arrow-right-short" />
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user