Skip to content

Commit cb8dc4e

Browse files
author
Nick Bragdon
committed
Fixing a typo
1 parent 96f19f9 commit cb8dc4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/routes/Authorize.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const BENE_DENIED_ACCESS = 'access_denied';
1313
export async function authorizationCallback(req: Request, res: Response) {
1414
try {
1515

16-
if (req.quey.error === BENE_DENIED_ACCESS) {
16+
if (req.query.error === BENE_DENIED_ACCESS) {
1717
const loggedInUser = getLoggedInUser(db);
1818
// clear all saved claims data since the bene has denied access for the application
1919
clearBB2Data(loggedInUser);

0 commit comments

Comments
 (0)