Skip to content

Commit fe49735

Browse files
committed
remove error
1 parent 7fe8ab8 commit fe49735

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2139,6 +2139,8 @@ export class LoginCtrl {
21392139
}
21402140
}
21412141
}
2142+
this.message = "";
2143+
if (!this.$scope.$$phase) { this.$scope.$apply(); }
21422144
document.getElementById("password").style.display = "block";
21432145
document.getElementById("localbuttons").style.display = "block";
21442146
}

OpenFlow/src/public/PassiveLogin.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@
361361
}
362362
}
363363
console.log("domain is not forced");
364+
this.errormessage = "";
365+
if (!$scope.$$phase) { $scope.$apply(); }
364366
document.getElementById("password").style.display = "block";
365367
document.getElementById("localbuttons").style.display = "block";
366368
}

0 commit comments

Comments
 (0)