mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 17:16:53 -04:00
close dialog after successful device registration (to be improved lol)
This commit is contained in:
@@ -80,6 +80,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"
|
||||
}
|
||||
|
||||
private Void registrationFailed(Throwable cause) {
|
||||
|
||||
Reference in New Issue
Block a user