This commit is contained in:
2020-06-13 22:47:23 +00:00
parent 69562dbb27
commit 82bc08cb3a

View File

@@ -315,7 +315,7 @@ export default {
if (r == "ok") { if (r == "ok") {
//all ok, new key installed time to logout and back in //all ok, new key installed time to logout and back in
await window.$gz.dialog.displayLTModalNotificationMessage( await window.$gz.dialog.displayLTModalNotificationMessage(
vm.$ay.t("NewLicenseInstalled") "NewLicenseInstalled"
); );
vm.$router.push("/login"); vm.$router.push("/login");
} else { } else {