Fixed up user login logic and works now, now to clean up the user data.
This commit is contained in:
@@ -40,7 +40,7 @@ angular.module('umbraco.services')
|
||||
logout: function () {
|
||||
$rootScope.$apply(function () {
|
||||
authenticated = false;
|
||||
jQuery.cookie('authed', null);
|
||||
jQuery.cookie('UMB_UCONTEXT', null);
|
||||
currentUser = undefined;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user