This commit is contained in:
Wyatt Verchere
2023-12-13 17:08:58 -07:00
committed by GitHub
parent c0c5978028
commit 50e89ad98b
4 changed files with 17 additions and 8 deletions

View File

@@ -186,7 +186,7 @@ impl ValidateAuthorized for models::OAuthClient {
"You don't have sufficient permissions to interact with this OAuth application"
.to_string(),
))
}
};
}
Ok(())