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({ Vue.prototype.$MFA({
status: "lock", status: "lock",
UserId: my_userid, UserId: my_userid,
EMail: res.Result, EMail: my_EMail,
username: my_username, username: my_username,
callBack: () => { callBack: () => {
closeLock(_vm) closeLock(_vm)

View File

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