This commit is contained in:
2026-01-28 22:37:27 +03:00
parent cbaa1cda9d
commit 53ca63ec91
64 changed files with 4375 additions and 2980 deletions

View File

@@ -1,12 +1,10 @@
<template>
<pn-page-card>
<pn-page-template>
<template #title>
{{$t('account__change_password')}}
</template>
<pn-scroll-list>
<account-helper :type :email/>
</pn-scroll-list>
</pn-page-card>
<account-helper :type :email/>
</pn-page-template>
</template>
<script setup lang="ts">