mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-20 05:37:56 +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,
|
||||
None => {
|
||||
return Err(Status::unauthenticated(
|
||||
"authorization metadata must in format 'Bearer <TOKEN>",
|
||||
"authorization metadata must be in format 'Bearer <TOKEN>",
|
||||
));
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user