Commit 75fb6bc4 authored by Randall Leeds's avatar Randall Leeds

Finish application setup when not logged in

Since the change to the stateless identity API we have not been
finishing the initialization when the user is not logged in.
parent 4431b4c3
......@@ -191,7 +191,9 @@ class AppController
reset()
onready = ->
$scope.persona ?= null
if $scope.persona is undefined
$scope.persona = null
reset()
oncancel = ->
$scope.dialog.visible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment