mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-19 03:01:27 +00:00
closing the window will cancel implicitly
This commit is contained in:
@@ -81,7 +81,7 @@ public class RegisterDeviceController implements FxController {
|
||||
|
||||
private void registrationSucceeded(HttpResponse<Void> voidHttpResponse) {
|
||||
LOG.info("Registered!");
|
||||
result.cancel(true); // TODO: show visual feedback "please wait for device authorization"
|
||||
window.close(); // TODO: show visual feedback "please wait for device authorization"
|
||||
}
|
||||
|
||||
private Void registrationFailed(Throwable cause) {
|
||||
|
||||
Reference in New Issue
Block a user