before delete 3software

This commit is contained in:
2025-06-29 18:55:59 +03:00
parent ebd77a3e66
commit b51a472738
147 changed files with 257326 additions and 3151 deletions

View File

@@ -1,9 +1,7 @@
<template>
<pn-page-card>
<template #title>
<div class="col-grow">
{{$t('login__register')}}
</div>
{{$t('login__register')}}
</template>
<pn-scroll-list>
<account-helper :type :email/>
@@ -13,7 +11,7 @@
<script setup lang="ts">
import { onMounted, ref } from 'vue'
import accountHelper from 'src/components/accountHelper.vue'
import accountHelper from 'components/accountHelper.vue'
const type = 'register'
const email = ref(sessionStorage.getItem('pendingLogin') || '')