Skip to content

Commit

Permalink
Merge pull request #192 from antoinezanardi/v1.0.0-beta.12
Browse files Browse the repository at this point in the history
fix(Game): Some fixes
  • Loading branch information
antoinezanardi authored Apr 30, 2021
2 parents c4285f5 + ee9982b commit 30fab00
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/components/Home/AccountModal/LoginPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,23 +62,22 @@
<FacebookLoginButton class="mt-2 text-center" @hide-account-modal="hideAccountModal"/>
</div>
</div>
<div class="row">
<div class="col-12 text-center">
<GoogleLoginButton class="mt-2" @hide-account-modal="hideAccountModal"/>
</div>
</div>
<!-- <div class="row">-->
<!-- <div class="col-12 text-center">-->
<!-- <GoogleLoginButton class="mt-2" @hide-account-modal="hideAccountModal"/>-->
<!-- </div>-->
<!-- </div>-->
</div>
</template>

<script>
import Vue from "vue";
import RedAsterisk from "../../shared/Forms/RedAsterisk";
import FacebookLoginButton from "@/components/Home/AccountModal/FacebookLoginButton";
import GoogleLoginButton from "@/components/Home/AccountModal/GoogleLoginButton";
export default {
name: "LoginPanel",
components: { GoogleLoginButton, FacebookLoginButton, RedAsterisk },
components: { FacebookLoginButton, RedAsterisk },
props: {
loading: {
type: Boolean,
Expand Down

0 comments on commit 30fab00

Please sign in to comment.