form#reset(autocomplete="off", @submit.prevent="submitForm" method="post")
b-form-group
.msg
h3 \{{ $t('passwords.cant_login') }}
.sended(v-if="sending")
b-form-group
span \{{ $t('passwords.sent') }}
b-form-group
.msg
h3 \{{ form.email }}
b-form-group
img(src="https://aid-frontend.prod.atl-paas.net/atlassian-id/front-end/5.0.32/static/media/check-your-email.d7f186eb.svg")
.send(v-else)
b-form-group
vm-input(icon='email-outline', :label="$t('login.reset_password')" :placeholder='$t("login.email")' v-model="form.email" required autofocus type="email")
b-form-group
vm-button#loginButton.vm-con-loading__container(:disabled="$v.form.$invalid" color="primary", type="filled") \{{ $t('login.send_reset_link') }}
.back
router-link.content-vertical.text-secondary(to='/login') \{{ $t('login.back_login') }}