mirror of
https://github.com/coder/code-server.git
synced 2026-05-07 21:07:26 +02:00
Quality check
This commit is contained in:
@@ -73,10 +73,7 @@ export class Protocol extends PersistentProtocol {
|
||||
* TODO: This ignores the authentication process entirely for now.
|
||||
*/
|
||||
private authenticate(_message: AuthRequest): void {
|
||||
this.sendMessage({
|
||||
type: "sign",
|
||||
data: "",
|
||||
});
|
||||
this.sendMessage({ type: "sign", data: "" });
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user