Fixing loader not closed on external app login redirect

stable
Alejandro Alonso 2015-09-09 14:24:29 +02:00
parent 41df77506c
commit 9491e5513d
1 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ class ExternalAppController extends taiga.Controller
@loader.pageLoaded() @loader.pageLoaded()
.catch (xhr) => .catch (xhr) =>
@loader.pageLoaded()
return @xhrError.response(xhr) return @xhrError.response(xhr)
cancel: () -> cancel: () ->