open forgot password in new tab

This commit is contained in:
negue
2023-02-08 01:06:27 +01:00
parent 31edec9ec5
commit d3e15c5413
@@ -8,7 +8,10 @@
v-if="showForgetPassword"
class="forgot-password"
>
<router-link to="/forgot-password">
<router-link
to="/forgot-password"
target="_blank"
>
{{ $t('forgotPassword') }}
</router-link>
</div>
@@ -31,9 +34,6 @@
<script>
// TODO change the authForm.vue to accept a query param so that it switches automically to
// "forgot password" mode
export default {
name: 'CurrentPasswordInput',
props: ['customLabel', 'showForgetPassword'],