Attacco SPAM

This commit is contained in:
Paolo Arena
2020-07-13 23:36:15 +02:00
parent 570340d645
commit 25dcde96df
10 changed files with 12 additions and 1 deletions

View File

@@ -3064,6 +3064,8 @@ export const tools = {
tools.showNegativeNotif(mythis.$q, mythis.$t('reg.err.user_not_this_aportador') + ' ' + msg)
} else if (riscode === serv_constants.RIS_CODE_USERNAME_NOT_VALID) {
tools.showNotif(mythis.$q, mythis.$t('reg.err.username_not_valid'))
} else if (riscode === serv_constants.RIS_CODE_USERNAME_ALREADY_EXIST) {
tools.showNotif(mythis.$q, mythis.$t('reg.err.duplicate_username'))
} else if (riscode === tools.ERR_SERVERFETCH) {