Detect duplicated users when accepting taiga invitation
parent
12eccc3257
commit
df75335f7b
|
@ -437,9 +437,7 @@ InvitationDirective = ($auth, $confirm, $location, $params, $navUrls, $analytics
|
|||
$confirm.notify("success", text)
|
||||
|
||||
onErrorSubmitLogin = (response) ->
|
||||
text = $translate.instant("INVITATION_LOGIN_FORM.ERROR")
|
||||
|
||||
$confirm.notify("light-error", text)
|
||||
$confirm.notify("light-error", response.data._error_message)
|
||||
|
||||
submitLogin = debounce 2000, (event) =>
|
||||
event.preventDefault()
|
||||
|
|
Loading…
Reference in New Issue