remove console log
This commit is contained in:
parent
4e9b71e045
commit
a10e12a07b
1 changed files with 0 additions and 1 deletions
|
|
@ -90,7 +90,6 @@ export default {
|
||||||
|
|
||||||
if (authorized) {
|
if (authorized) {
|
||||||
this.mainStore.applicationUser.coverageAttempts = 0;
|
this.mainStore.applicationUser.coverageAttempts = 0;
|
||||||
console.log(this.mainStore.applicationUser.coverageAttempts);
|
|
||||||
// Forced full location redirect here. We do not want the entry page as part of the router/flow/path history.
|
// Forced full location redirect here. We do not want the entry page as part of the router/flow/path history.
|
||||||
window.location = `/?issPage=${issPageValues.WELCOME_PAGE}`;
|
window.location = `/?issPage=${issPageValues.WELCOME_PAGE}`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue