mirror of
https://github.com/donavon04/DocuCenter.git
synced 2025-01-18 09:40:56 -07:00
addd some stuff
This commit is contained in:
parent
ab8c478567
commit
c9b7dec08d
@ -23,7 +23,7 @@ const msal = require('@azure/msal-node');
|
||||
|
||||
// Please see "Certificates and Secrets" (https://learn.microsoft.com/azure/active-directory/develop/security-best-practices-for-app-registration#certificates-and-secrets)
|
||||
// for more information.
|
||||
const privateKeySource = fs.readFileSync('./certs/example.key');
|
||||
const privateKeySource = fs.readFileSync('../certs/example.key');
|
||||
|
||||
const privateKeyObject = crypto.createPrivateKey({
|
||||
key: privateKeySource,
|
0
frontend/env.locals
Normal file
0
frontend/env.locals
Normal file
0
frontend/src/routes/settings/+page.svelte
Normal file
0
frontend/src/routes/settings/+page.svelte
Normal file
Loading…
Reference in New Issue
Block a user