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:
parent
4b5500ff15
commit
2b9575c3bc
@ -245,6 +245,8 @@ export class Plugin {
|
||||
}
|
||||
);
|
||||
});
|
||||
} else {
|
||||
openWindow(); // Open window
|
||||
}
|
||||
} else if (!data.running) {
|
||||
observer.next(true);
|
||||
|
Loading…
Reference in New Issue
Block a user