mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 03:31:27 +00:00
removed dead code
[ci skip]
This commit is contained in:
@@ -26,16 +26,6 @@ class AuthFlowReceiver implements AutoCloseable {
|
||||
|
||||
private static final String LOOPBACK_ADDR = "127.0.0.1";
|
||||
private static final String CALLBACK_PATH = "/callback";
|
||||
private static final String HTML_SUCCESS = """
|
||||
<html>
|
||||
<head>
|
||||
<title>OAuth 2.0 Authentication Token Received</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Received verification code. You may now close this window.</p>
|
||||
</body>
|
||||
</html>
|
||||
""";
|
||||
|
||||
private final Server server;
|
||||
private final ServerConnector connector;
|
||||
|
||||
Reference in New Issue
Block a user