mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-19 15:33:54 +02:00
maint: typo in log message
This commit is contained in:
parent
378ddadeda
commit
f31a1fc050
|
@ -553,7 +553,7 @@ impl Oauth2ResourceServersWriteTransaction<'_> {
|
|||
}
|
||||
|
||||
let Some(key_object) = key_providers.get_key_object_handle(uuid) else {
|
||||
error!("OAuth2 rs is missing it's key object!");
|
||||
error!("OAuth2 RS is missing its key object!");
|
||||
return Err(OperationError::InvalidEntryState);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue