added start crystal amount saper

This commit is contained in:
Kostya
2024-02-06 17:07:07 +03:00
parent 15ebedd76e
commit d462fa06d1

View File

@@ -425,6 +425,7 @@ export default {
created() {
const AUTHTOKEN = GetCookie('AUTHTOKEN')
const SEARCHTOKEN = GetCookie('SearchToken')
this.amountCrystals = 5
if (AUTHTOKEN !== null && SEARCHTOKEN !== null) {
try {