mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-22 14:48:30 +00:00
gui: Fix auto dismissing auth notification (ref #6536)
This commit is contained in:
parent
0b65a616ba
commit
5f40879a75
@ -451,7 +451,7 @@ angular.module('syncthing.core')
|
||||
&& !guiCfg.insecureAdminAccess;
|
||||
|
||||
if (guiCfg.user && guiCfg.password) {
|
||||
dismissNotification('authenticationUserAndPassword');
|
||||
$scope.dismissNotification('authenticationUserAndPassword');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user