mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 13:14:56 -04:00
Use /home everywhere
This commit is contained in:
parent
4c7df52360
commit
de0706493a
6 changed files with 12 additions and 12 deletions
|
@ -53,7 +53,7 @@ angular.module('LoginController', ['matrixService'])
|
|||
matrixService.saveConfig();
|
||||
eventStreamService.resume();
|
||||
// Go to the user's rooms list page
|
||||
$location.url("rooms");
|
||||
$location.url("home");
|
||||
},
|
||||
function(error) {
|
||||
if (error.data) {
|
||||
|
@ -84,7 +84,7 @@ angular.module('LoginController', ['matrixService'])
|
|||
});
|
||||
matrixService.saveConfig();
|
||||
eventStreamService.resume();
|
||||
$location.url("rooms");
|
||||
$location.url("home");
|
||||
}
|
||||
else {
|
||||
$scope.feedback = "Failed to login: " + JSON.stringify(response.data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue