1
0
mirror of https://github.com/dkmstr/openuds-gui.git synced 2024-12-22 17:33:48 +03:00

forgot to open window when no credential is provided

This commit is contained in:
Adolfo Gómez García 2022-10-19 15:10:50 +02:00
parent 4b5500ff15
commit 2b9575c3bc
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -245,6 +245,8 @@ export class Plugin {
}
);
});
} else {
openWindow(); // Open window
}
} else if (!data.running) {
observer.next(true);