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)
|
$confirm.notify("success", text)
|
||||||
|
|
||||||
onErrorSubmitLogin = (response) ->
|
onErrorSubmitLogin = (response) ->
|
||||||
text = $translate.instant("INVITATION_LOGIN_FORM.ERROR")
|
$confirm.notify("light-error", response.data._error_message)
|
||||||
|
|
||||||
$confirm.notify("light-error", text)
|
|
||||||
|
|
||||||
submitLogin = debounce 2000, (event) =>
|
submitLogin = debounce 2000, (event) =>
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
|
|
Loading…
Reference in New Issue