Skip to content

Commit

Permalink
update game-id key
Browse files Browse the repository at this point in the history
  • Loading branch information
da-in committed Apr 6, 2024
1 parent c727295 commit 35a475f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/get-game-id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import * as crypto from 'crypto-js'
export const getGameId = () => {
const current = new Date()
const text = JSON.stringify(current)
const encrypted = crypto.AES.encrypt(text, 'zzio-games-watermelon').toString()
const encrypted = crypto.AES.encrypt(text, 'zzio-games-water').toString()
return encrypted
}

0 comments on commit 35a475f

Please sign in to comment.