mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-20 09:36:55 -04:00
TODO now obsolete
as we will now re-attempt unlock when returning from device registration [ci skip]
This commit is contained in:
@@ -178,7 +178,7 @@ public class ReceiveKeyController implements FxController {
|
||||
var device = JSON.reader().readValue(response.body(), DeviceDto.class);
|
||||
requestVaultMasterkey(device.userPrivateKey);
|
||||
}
|
||||
case 404 -> needsDeviceRegistration(); // TODO: using the setup code, we can theoretically immediately unlock
|
||||
case 404 -> needsDeviceRegistration();
|
||||
default -> throw new IllegalStateException("Unexpected response " + response.statusCode());
|
||||
}
|
||||
} catch (IOException e) {
|
||||
|
||||
Reference in New Issue
Block a user