one last emit_signal that came in via merge

This commit is contained in:
Michael Hudson-Doyle 2016-11-02 12:56:44 +13:00
parent d48a70973e
commit 4861cedb34
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class IdentityController(BaseIdentityController):
if device_owner is not None:
mark_firstboot_complete()
self.model.add_user(device_owner)
self.signal.emit_signal('identity:login')
self.login()
def get_device_owner(self):
""" Check if device is owned """