- fixed cookie too down to the screen
- fix verified: if Telegram OK is not necessary the email verification.
This commit is contained in:
@@ -110,6 +110,7 @@ export const costanti = {
|
||||
{ label: 'Html', value: 16 },
|
||||
{ label: 'Select', value: 32 },
|
||||
{ label: 'Number', value: 64 },
|
||||
{ label: 'crypted', value: 9000 },
|
||||
],
|
||||
|
||||
TipoVisu: {
|
||||
|
||||
@@ -3124,8 +3124,12 @@ export const tools = {
|
||||
const msg2 = t('fetch.errore_generico') + userStore.getMsgError(riscode)
|
||||
this.showNotif(mythisq, msg2)
|
||||
} else if (riscode === this.OK) {
|
||||
$router.push('/')
|
||||
this.showNotif(mythisq, t('components.authentication.email_verification.link_sent', { botname: t('ws.botname') }), {
|
||||
$router.push('/signin')
|
||||
/*this.showNotif(mythisq, t('components.authentication.email_verification.link_sent', { botname: t('ws.botname') }), {
|
||||
color: 'green',
|
||||
textColor: 'black',
|
||||
}) */
|
||||
this.showNotif(mythisq, t('components.authentication.email_verification.reg_ok', { botname: t('ws.botname') }), {
|
||||
color: 'green',
|
||||
textColor: 'black',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user