added support for resetting a password while logged in
This commit is contained in:
parent
2ba24773d1
commit
199affd2d6
6 changed files with 126 additions and 12 deletions
|
|
@ -10,11 +10,16 @@ definePageMeta({
|
|||
<div class="content">
|
||||
<h1>Log in</h1>
|
||||
<login-form/>
|
||||
<NuxtLink class="link" to="/auth/forgot-password">Forgot Your Password?</NuxtLink>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.link {
|
||||
color: #007bff;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue