mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 20:55:00 -04:00
Make registering and logging in with a threepid work in the webclient.
This commit is contained in:
parent
d6ecbbdf0a
commit
a25d1530ef
5 changed files with 113 additions and 27 deletions
|
@ -85,7 +85,7 @@ angular.module('MatrixWebClientController', ['matrixService', 'mPresence', 'even
|
|||
$scope.logout();
|
||||
});
|
||||
|
||||
$scope.updateHeader = function() {
|
||||
$rootScope.updateHeader = function() {
|
||||
$scope.user_id = matrixService.config().user_id;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue