form#reset(autocomplete="off", @submit.prevent="register" method="post")
b-form-group
.msg
h3 \{{ $t('register.title') }}
b-form-group
vm-input(icon='email-outline', :placeholder='$t("register.email")' v-model="form.email" required autofocus type="email")
b-form-group
vm-input(icon='person-outline', :placeholder='$t("register.name")' v-model="form.name" required autofocus)
b-form-group
vm-input(type="password" icon='lock-outline', :placeholder='$t("register.password")' v-model="form.password" required show-strength-meter showPasswordLabel :passwordLabels="passwordLabels" pass)
b-form-group
.accept-message(v-html="$t('register.message')")
b-form-group
vm-button#loginButton.vm-con-loading__container(:disabled="$v.form.$invalid" color="primary", type="filled") \{{ $t('register.register') }}
b-form-group
.social
vm-facebook(@social-login="socialAuth")
vm-google(@social-login="socialAuth")
.back
router-link.content-vertical.text-secondary(to='/login') \{{ $t('register.back_login') }}