gui: Fix auto dismissing auth notification (ref #6536)

This commit is contained in:
Jakob Borg 2020-06-08 08:29:33 +02:00
parent 0b65a616ba
commit 5f40879a75
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ angular.module('syncthing.core')
&& !guiCfg.insecureAdminAccess;
if (guiCfg.user && guiCfg.password) {
dismissNotification('authenticationUserAndPassword');
$scope.dismissNotification('authenticationUserAndPassword');
}
}