This commit is contained in:
@@ -19,9 +19,13 @@
|
|||||||
cancel
|
cancel
|
||||||
}}</v-btn>
|
}}</v-btn>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<v-btn color="blue darken-1" text @click="tfaVerify()">{{
|
<v-btn
|
||||||
authVerifyCode
|
color="blue darken-1"
|
||||||
}}</v-btn>
|
:disabled="pin==null || pin.length==0"
|
||||||
|
text
|
||||||
|
@click="tfaVerify()"
|
||||||
|
>{{ authVerifyCode }}</v-btn
|
||||||
|
>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
</v-dialog>
|
</v-dialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user