deleted frontend code

This commit is contained in:
Čarodej
2022-04-27 08:17:06 +02:00
parent f45c1eb576
commit eb4d5b4cba
142 changed files with 338 additions and 15390 deletions
-4
View File
@@ -136,8 +136,6 @@
</div>
</ValidationObserver>
<SocialLoginButtons />
<span class="block"
>{{ $t('page_registration.have_an_account') }}
<router-link :to="{ name: 'SignIn' }" class="text-theme font-bold">
@@ -154,7 +152,6 @@ import AuthContentWrapper from '../../components/Layout/AuthPages/AuthContentWra
import { ValidationProvider, ValidationObserver } from 'vee-validate/dist/vee-validate.full'
import AuthContent from '../../components/Layout/AuthPages/AuthContent'
import AuthButton from '../../components/UI/Buttons/AuthButton'
import SocialLoginButtons from '../../components/UI/Buttons/SocialLoginButtons'
import { required } from 'vee-validate/dist/rules'
import { mapGetters } from 'vuex'
import { events } from '../../bus'
@@ -163,7 +160,6 @@ import axios from 'axios'
export default {
name: 'SignUp',
components: {
SocialLoginButtons,
AuthContentWrapper,
ValidationProvider,
ValidationObserver,