mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-05 06:45:39 +00:00
Feature: get user's accounts
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
if( response.success ) {
|
||||
AuthenticationService.setCredentials(response.user);
|
||||
FlashService.success('Registration successful', true);
|
||||
$location.path('/');
|
||||
$location.path('/accounts');
|
||||
} else {
|
||||
FlashService.error(response.message);
|
||||
vm.dataLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user