Skip to content

Commit

Permalink
Not using publicKey causing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed May 20, 2024
1 parent 08ee6f3 commit a2521a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/auth.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ try {
} catch (err) {
privateKey = process.env.LOGIN_PRIVATE_KEY;
}
const publicKey = fs.readFileSync(path.resolve(__dirname,'../certs/public.crt'), 'utf8');
//const publicKey = fs.readFileSync(path.resolve(__dirname,'../certs/public.crt'), 'utf8');
/**
* Update a user record in the database to reflect updated info from MAX CAS
*
Expand Down

0 comments on commit a2521a2

Please sign in to comment.