This commit is contained in:
Peter Maquiran
2021-07-22 08:50:33 +01:00
parent 547d0f9e84
commit f37c64d649
+1 -1
View File
@@ -6,7 +6,7 @@ import { AES, enc, SHA1 } from 'crypto-js'
})
export class LocalstoreService {
private prefix = 'v6-'
private prefix = 'v9-'
constructor() {