3
0
mirror of https://github.com/cytodev/LightDMMock.git synced 2025-04-16 08:50:58 +02:00
This commit is contained in:
Ayrton Sparling 2016-12-24 04:25:45 +00:00 committed by GitHub
commit af8d09c2e3

View File

@ -570,3 +570,4 @@ LightDMMock.watch('timed_login_user', function() {
LightDMMock.watch('timed_login_delay', function() {
window.deprecationNotifier("property", "timed_login_delay", "lightdm.autologin_timeout");
});
module.exports = LightDMMock;