fix vue warnings
This commit is contained in:
parent
5faca01261
commit
59aaade7fc
10 changed files with 31 additions and 31 deletions
|
@ -25,16 +25,16 @@
|
|||
<div>
|
||||
<button
|
||||
class="button-unstyled -link"
|
||||
@click.prevent="requireTOTP"
|
||||
type="button"
|
||||
@click.prevent="requireTOTP"
|
||||
>
|
||||
{{ $t('login.enter_two_factor_code') }}
|
||||
</button>
|
||||
<br>
|
||||
<button
|
||||
class="button-unstyled -link"
|
||||
@click.prevent="abortMFA"
|
||||
type="button"
|
||||
@click.prevent="abortMFA"
|
||||
>
|
||||
{{ $t('general.cancel') }}
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue