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
@@ -38,8 +38,6 @@
/>
</ValidationObserver>
<SocialLoginButtons />
<span v-if="config.userRegistration" class="block">
{{ $t('page_login.registration_text') }}
<router-link class="text-theme font-bold" :to="{ name: 'SignUp' }">
@@ -230,7 +228,6 @@
<script>
import AuthContentWrapper from '../../components/Layout/AuthPages/AuthContentWrapper'
import { ValidationObserver, ValidationProvider } from 'vee-validate/dist/vee-validate.full'
import SocialLoginButtons from '../../components/UI/Buttons/SocialLoginButtons'
import AuthContent from '../../components/Layout/AuthPages/AuthContent'
import AuthButton from '../../components/UI/Buttons/AuthButton'
import Spinner from '../../components/UI/Others/Spinner'
@@ -242,7 +239,6 @@ import Headline from '../../components/UI/Labels/LogoHeadline'
export default {
name: 'SignIn',
components: {
SocialLoginButtons,
AuthContentWrapper,
ValidationProvider,
ValidationObserver,
-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,