mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +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;
|
&& !guiCfg.insecureAdminAccess;
|
||||||
|
|
||||||
if (guiCfg.user && guiCfg.password) {
|
if (guiCfg.user && guiCfg.password) {
|
||||||
dismissNotification('authenticationUserAndPassword');
|
$scope.dismissNotification('authenticationUserAndPassword');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user