fixed get my assets

This commit is contained in:
Kevsl
2024-06-07 12:18:21 +02:00
parent 93f86101b7
commit 84bfac8a98
2 changed files with 5 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ export class AuthService {
name: 'user',
},
});
let balance = 1000;
if (promoCode && promoCode.value) {
balance = promoCode.value;