From 276a9220f94a82aadf6dc7533a12012d302891e7 Mon Sep 17 00:00:00 2001
From: Julian Rother <julian@cccv.de>
Date: Thu, 4 Nov 2021 16:33:47 +0100
Subject: [PATCH] Updated page title

---
 roac/templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roac/templates/base.html b/roac/templates/base.html
index aa8d432..ac06c44 100644
--- a/roac/templates/base.html
+++ b/roac/templates/base.html
@@ -4,7 +4,7 @@
 		{% block head %}
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-		<title>{% block title %}RocketChat OAuth Account Creator{% endblock %}</title>
+		<title>{% block title %}RocketChat Single Sign-On Connector{% endblock %}</title>
 
 		<link href="{{ url_for('static', filename="bootstrap/bootstrap.min.css") }}" rel="stylesheet">
 		<link href="{{ url_for('static', filename="fa/css/all.css") }}" rel="stylesheet">
-- 
GitLab