.google-btn-wrapper
.google-link(@click="signIn")
div.google-btn
img(:src="googleLogo" class="google-logo")
span Continue with Google
template(v-if="googleButtonError")
ErrorPopUp(:marginLeft="340" :marginTop="-60" :headerContent="headerContent" :bodyContent="bodyContent")