瀏覽代碼

removed dead code

[ci skip]
Sebastian Stenzel 4 年之前
父節點
當前提交
5922743f19
共有 1 個文件被更改,包括 0 次插入10 次删除
  1. 0 10
      src/main/java/org/cryptomator/ui/keyloading/hub/AuthFlowReceiver.java

+ 0 - 10
src/main/java/org/cryptomator/ui/keyloading/hub/AuthFlowReceiver.java

@@ -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;