Fixing bug in next redirection after registry
parent
ec2532d813
commit
96dd099507
|
@ -296,7 +296,7 @@ RegisterDirective = ($auth, $confirm, $location, $navUrls, $config, $routeParams
|
|||
|
||||
$confirm.notify("success", $translate.instant("LOGIN_FORM.SUCCESS"))
|
||||
|
||||
$location.path($scope.nextUrl)
|
||||
$location.url($scope.nextUrl)
|
||||
|
||||
onErrorSubmit = (response) ->
|
||||
if response.data._error_message
|
||||
|
|
Loading…
Reference in New Issue