Compare commits

..

No commits in common. "4b6c5898815078a499a28e5f4d1a9399b7123aee" and "ec96011d4b327320e903a8b2a16d8269a967917d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ async function VueInit() {
Vue.prototype.$MFA({
status: "lock",
UserId: my_userid,
EMail: res.Result,
EMail: my_EMail,
username: my_username,
callBack: () => {
closeLock(_vm)

View File

@ -162,7 +162,7 @@ export default {
this.logout();
break;
case "4-4":
this.go("/dashboard/list");
this.go("/system");
break;
case "1":
this.go("/trials/trials-workbench");