After account delete, bounce to login after 1-second delay
This commit is contained in:
@@ -64,7 +64,11 @@ define [
|
||||
$scope.state.inflight = false
|
||||
$scope.state.error = false
|
||||
$scope.state.invalidCredentials = false
|
||||
window.location = "/"
|
||||
setTimeout(
|
||||
() ->
|
||||
window.location = "/login"
|
||||
, 1000
|
||||
)
|
||||
.error (data, status) ->
|
||||
$scope.state.inflight = false
|
||||
if status == 403
|
||||
|
||||
Reference in New Issue
Block a user