Compare commits

..

1 Commits

Author SHA1 Message Date
68c1fdef57
added auth 2025-02-04 02:49:53 +02:00

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