diff --git a/dash/src/main.rs b/dash/src/main.rs index 691f0f9..12fc8dc 100644 --- a/dash/src/main.rs +++ b/dash/src/main.rs @@ -151,7 +151,7 @@ fn cmd_handler(mut cmd: String) { if text == req_token.unwrap() { self.authentificated = true; - ctx.text("Authentificated!"); + // ctx.text("Authentificated!"); let addr = ctx.address(); unsafe {