From 75785a0734602c14658f16c1c4ef48925458d940 Mon Sep 17 00:00:00 2001 From: microchipster Date: Sat, 3 Aug 2019 20:26:42 +0000 Subject: [PATCH] fix login url --- roles/matrix-bridge-mautrix-hangouts/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-bridge-mautrix-hangouts/defaults/main.yml b/roles/matrix-bridge-mautrix-hangouts/defaults/main.yml index d16d0c5f..3af030c5 100644 --- a/roles/matrix-bridge-mautrix-hangouts/defaults/main.yml +++ b/roles/matrix-bridge-mautrix-hangouts/defaults/main.yml @@ -123,7 +123,7 @@ matrix_mautrix_hangouts_configuration_yaml: | # or otherwise pointed to the appservice's webserver to the path specified below (prefix). # This path should usually include a trailing slash. # Internal prefix in the appservice web server for the login endpoints. - public: "{{ matrix_homeserver_url }}{{ matrix_mautrix_hangouts_public_endpoint }}/" + public: "{{ matrix_homeserver_url }}{{ matrix_mautrix_hangouts_public_endpoint }}/login" prefix: "{{ matrix_mautrix_hangouts_public_endpoint }}/login"