Removed last reference for secrets.json
This commit is contained in:
parent
cc9ace03d5
commit
edd138e31d
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ const Storage = require('node-persist')
|
||||||
const FS = require('../../utils/fs')
|
const FS = require('../../utils/fs')
|
||||||
|
|
||||||
const rootFolder = process.resourcesPath || __dirname
|
const rootFolder = process.resourcesPath || __dirname
|
||||||
const secretsFilePath = path.resolve(rootFolder, 'secrets.json')
|
|
||||||
|
|
||||||
class Auth {
|
class Auth {
|
||||||
readSecrets = async () => {
|
readSecrets = async () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue