Deleted console log + fixed link in notification

This commit is contained in:
Shay Nehmad 2019-09-09 11:38:37 +03:00
parent dc2686301c
commit 313911fd77
1 changed files with 1 additions and 2 deletions

View File

@ -215,8 +215,7 @@ class AppComponent extends AuthComponent {
if (this.state.completedSteps.infection_done) {
const hostname = window.location.hostname;
const port = window.location.port;
let url = `https://${hostname}:${port}/${reportZeroTrustPath}`;
console.log("Trying to show notification. URL: " + url + " | icon: " + notificationIcon);
let url = `https://${hostname}:${port}${reportZeroTrustPath}`;
Notifier.start(
"Monkey Island",