- fixed cookie too down to the screen

- fix verified: if Telegram OK is not necessary the email verification.
This commit is contained in:
paoloar77
2022-02-12 22:12:20 +01:00
parent 02048b58ad
commit 4683edce53
51 changed files with 143 additions and 531 deletions

View File

@@ -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',
})