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:
@@ -276,6 +276,18 @@ export const tools = {
|
||||
label: 'Notif Reg Push (all\'Admin)',
|
||||
value: shared_consts.ConfSite.Notif_Reg_Push_Admin,
|
||||
},
|
||||
{
|
||||
label: 'Chiedi sul Bot chi ti ha invitato',
|
||||
value: shared_consts.ConfSite.AskInvitantesulBot,
|
||||
},
|
||||
{
|
||||
label: 'Chiedi l\'Username sul Bot',
|
||||
value: shared_consts.ConfSite.AskUsernameSulBot,
|
||||
},
|
||||
{
|
||||
label: 'Permetti di registrarsi in automatico solo entrando sul BOT',
|
||||
value: shared_consts.ConfSite.registerUserWithBot,
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
@@ -5683,9 +5695,14 @@ export const tools = {
|
||||
const userStore = useUserStore()
|
||||
const circuitStore = useCircuitStore()
|
||||
const globalStore = useGlobalStore()
|
||||
const notifStore = useNotifStore()
|
||||
|
||||
// console.log('updateMyData: ', res)
|
||||
|
||||
if (res && res.arrrecnotif) {
|
||||
notifStore.updateArrRecNotifFromServer(res.arrrecnotif)
|
||||
}
|
||||
|
||||
if (res && res.userprofile) {
|
||||
// console.log('updateMyData', res.userprofile)
|
||||
userStore.my.profile = res.userprofile
|
||||
|
||||
Reference in New Issue
Block a user