google button fix

This commit is contained in:
Čarodej
2022-04-19 19:10:18 +02:00
parent 50eb67ac79
commit 552e5e02c9
7 changed files with 21 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
</div>
<div v-if="config.allowedGoogleLogin" class="mx-5 cursor-pointer">
<google-icon @click="socialiteRedirect('google')" class="vue-feather"/>
<google-icon @click.native="socialiteRedirect('google')" class="vue-feather"/>
</div>
</div>
</template>

View File

@@ -13,9 +13,15 @@
/>
</Headline>
<a href="https://codecanyon.net/item/vue-file-manager-with-laravel-backend/25815986">
<AlertBox color="rose" class="text-left">
<p class="text-rose-500">Please make sure you have only legal copy of VueFileManager <b class="text-rose-500 underline">purchased from CodeCanyon</b>. Any illegal copy can contain malicious software, bugs and others security issues which exposes your files to abuse.</p>
</AlertBox>
</a>
<!--PHP version and ini check-->
<div class="card shadow-card">
<FormLabel> PHP Setup </FormLabel>
<FormLabel>PHP Setup</FormLabel>
<InfoBox class="!mb-2">
<p>
@@ -182,10 +188,12 @@ import Headline from '../../components/UI/Labels/LogoHeadline'
import { mapGetters } from 'vuex'
import axios from 'axios'
import { CheckIcon, XIcon, SettingsIcon } from 'vue-feather-icons'
import AlertBox from "../../components/UI/Others/AlertBox";
export default {
name: 'StatusCheck',
components: {
AlertBox,
AuthContentWrapper,
ValidationProvider,
ValidationObserver,