Versione 1.0.21 - RIS ITALIA
This commit is contained in:
@@ -4041,7 +4041,7 @@ export const tools = {
|
||||
const msg2 = t('fetch.errore_generico') + userStore.getMsgError(riscode)
|
||||
this.showNotif(mythisq, msg2)
|
||||
} else if (riscode === this.OK) {
|
||||
$router.push('/signin')
|
||||
$router.replace('/signin')
|
||||
/*this.showNotif(mythisq, t('components.authentication.email_verification.link_sent', { botname: t('ws.botname') }), {
|
||||
color: 'green',
|
||||
textColor: 'black',
|
||||
@@ -4051,7 +4051,7 @@ export const tools = {
|
||||
textColor: 'black',
|
||||
})
|
||||
} else if (riscode === serv_constants.RIS_ISCRIZIONE_OK) {
|
||||
$router.push('/')
|
||||
$router.replace('/')
|
||||
this.showNotif(mythisq, t('components.authentication.iscrizione_ok', { botname: this.getBotName() }), {
|
||||
color: 'green',
|
||||
textColor: 'black',
|
||||
|
||||
Reference in New Issue
Block a user