mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-06 19:08:31 +00:00
Fix typo in error string. (#367)
This commit is contained in:
parent
0cd5dd8d31
commit
b118ab56be
@ -35,7 +35,7 @@ pub fn auth_interceptor(mut req: Request<()>) -> Result<Request<()>, Status> {
|
|||||||
Some(v) => v,
|
Some(v) => v,
|
||||||
None => {
|
None => {
|
||||||
return Err(Status::unauthenticated(
|
return Err(Status::unauthenticated(
|
||||||
"authorization metadata must in format 'Bearer <TOKEN>",
|
"authorization metadata must be in format 'Bearer <TOKEN>",
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user