|
|
@ -10,7 +10,7 @@ |
|
|
|
<nuxt-link :to="localePath('/user')" class="primary--text text-decoration-none">{{ $t("Login") }}</nuxt-link> |
|
|
|
</p> |
|
|
|
<div class="tw-grid tw-grid-cols-1 tw-gap-[10px] md:tw-gap-[12px]"> |
|
|
|
<button @click="googleLogin" |
|
|
|
<!-- <button @click="googleLogin" |
|
|
|
class="tw-flex tw-justify-center tw-items-center tw-w-full tw-py-[8px] tw-rounded-[16px] tw-border tw-border-solid tw-text-black tw-border-neutrals-200"><img |
|
|
|
width="24px" height="24px" src="~/assets/img/g-normal.png" class="mr-5" />{{ $t("Sign up with Google") |
|
|
|
}}</button> |
|
|
@ -18,7 +18,7 @@ |
|
|
|
class="tw-flex tw-justify-center tw-items-center tw-w-full tw-py-[8px] tw-rounded-[16px] tw-border tw-border-solid tw-text-black tw-border-neutrals-200"><img |
|
|
|
width="20px" height="20px" src="~/assets/img/f_logo_RGB-Blue_72.png" class="mr-5" /> |
|
|
|
{{ $t("Sign up with Facebook") }} |
|
|
|
</button> |
|
|
|
</button> --> |
|
|
|
<button @click="emailSignUp = !emailSignUp" |
|
|
|
class="tw-flex tw-justify-center tw-items-center tw-w-full tw-py-[8px] tw-rounded-[16px] tw-border tw-border-solid tw-text-black tw-border-neutrals-200"> |
|
|
|
<unicon name="envelope" width="20px" height="20px" |
|
|
|