Compare commits

..

1 Commits

Author SHA1 Message Date
bced16437e
added auth 2025-02-04 02:33:08 +02:00

@ -108,9 +108,7 @@ impl BrainDaemon for BrainDaemonMock {
&auth.signature, &auth.signature,
)?; )?;
} else { } else {
return Err(Status::unauthenticated( return Err(Status::unauthenticated("Could not authenticate the daemon"));
"Could not authenticate the daemon: could not extract auth signature",
));
} }
} else { } else {
return Err(Status::unauthenticated("Could not authenticate the daemon")); return Err(Status::unauthenticated("Could not authenticate the daemon"));