This commit is contained in:
2021-03-12 18:50:20 +00:00
parent 76ad9517f6
commit 09807a1c85

View File

@@ -515,7 +515,7 @@ export default {
this.cancel = res.data.cancel; this.cancel = res.data.cancel;
this.pin = null; this.pin = null;
//prompt for 2fa //prompt for 2fa
tfaDialog = true; this.tfaDialog = true;
return; return;
} }