first commit
This commit is contained in:
15
src/pages/ForgotPasswordPage.vue
Normal file
15
src/pages/ForgotPasswordPage.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<pn-page-card>
|
||||
<template #title>
|
||||
<div class="col-grow">
|
||||
{{$t('forgot_password__password_recovery')}}
|
||||
</div>
|
||||
</template>
|
||||
<account-helper :type />
|
||||
</pn-page-card>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import accountHelper from 'components/admin/accountHelper.vue'
|
||||
const type = 'forgot'
|
||||
</script>
|
||||
Reference in New Issue
Block a user