commit
4d9dddea93
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ angular.module('copayApp.services')
|
||||||
|
|
||||||
root.redirIfLogged = function() {
|
root.redirIfLogged = function() {
|
||||||
if ($rootScope.wallet) {
|
if ($rootScope.wallet) {
|
||||||
$rootScope.wallet.path('receive');
|
$location.path('receive');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue