Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
slayernominee committed Jan 5, 2024
1 parent 5cc1dda commit f1c171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f1c171c

Please sign in to comment.