Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Jul 21, 2024
1 parent 506d408 commit 40199d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/main/adminManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class AdminManager {
this.dataDir = mainSettings.storageSettings.dataDir
this.adminNpubPath = getDataPath(this.dataDir, 'admin.npub')
this.adminEnrollTokenPath = getDataPath(this.dataDir, '.admin_enroll')
this.adminEnrollTokenPath = getDataPath(this.dataDir, '.admin_connect')
this.adminConnectPath = getDataPath(this.dataDir, '.admin_connect')
this.appNprofilePath = getDataPath(this.dataDir, 'app.nprofile')
this.start()
}
Expand Down

0 comments on commit 40199d5

Please sign in to comment.