open forgot password in new tab
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user