Versione 1.0.17
- Fix saldo pendente - aggiunto bottone markup Telegram - aggionta opzione per registrarsi direttamente su Telegram, senza doversi registrare ad un sito
This commit is contained in:
@@ -545,6 +545,9 @@ export const useUserStore = defineStore('UserStore', {
|
||||
}
|
||||
return null
|
||||
},
|
||||
getGroupByGroupname(groupname: string): any {
|
||||
return this.my.profile.manage_mygroups.find((rec: IMyGroup) => rec.groupname === groupname)
|
||||
},
|
||||
getAccountsListNameValue(): any[] {
|
||||
let arr = []
|
||||
const circuitStore = useCircuitStore()
|
||||
|
||||
Reference in New Issue
Block a user