gui: Fix auto dismissing auth notification (ref #6536)
This commit is contained in:
@@ -451,7 +451,7 @@ angular.module('syncthing.core')
|
|||||||
&& !guiCfg.insecureAdminAccess;
|
&& !guiCfg.insecureAdminAccess;
|
||||||
|
|
||||||
if (guiCfg.user && guiCfg.password) {
|
if (guiCfg.user && guiCfg.password) {
|
||||||
dismissNotification('authenticationUserAndPassword');
|
$scope.dismissNotification('authenticationUserAndPassword');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user