Skip to content

Commit 5da2956

Browse files
author
Dario Segura
committed
[AUTH] Dev tokens/api keys should be stored in the www/keys folder
1 parent 1b379c1 commit 5da2956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ node_modules
22
.idea
33
dist
44

5-
www/devtoken\.jwt
5+
www/keys/*
66
keys/*.p8
77
server/*.pem
88
server/*.crt

src/frontend/routes/Splash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class Splash {
7272
m.redraw();
7373
});
7474
document.addEventListener('musickitloaded', () => {
75-
AppleService.instance().init('devtoken.jwt', 'Jukebox by Julyee', '1.0.0').then(() => {
75+
AppleService.instance().init('keys/devtoken.jwt', 'Jukebox by Julyee', '1.0.0').then(() => {
7676
m.redraw();
7777
}).catch(reason => {
7878
console.error(reason); // eslint-disable-line

0 commit comments

Comments
 (0)