From 38dc5060f6c2d91087023ea749d87d12c9e769f8 Mon Sep 17 00:00:00 2001 From: Krish M <krish94@uab.edu> Date: Mon, 18 Apr 2022 22:34:36 -0500 Subject: [PATCH] fixed page title --- app/templates/errors/shibboleth.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/errors/shibboleth.html b/app/templates/errors/shibboleth.html index fffdd9d..f4a5cf5 100644 --- a/app/templates/errors/shibboleth.html +++ b/app/templates/errors/shibboleth.html @@ -1,5 +1,5 @@ <html class="gr__rc_uab_edu"> -<title>User Shibboleth error </title> +<title>User Authorization error </title> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script> @@ -52,7 +52,7 @@ <div class="col-md-10 col-sm-10 my-col"> <div id="form-wrapper"> - <h2> Account SHIB error </h2> + <h2> Account Authorization error </h2> <p style="font-size:110%;"> {{ welcome_msg |safe }}</p> </div> </div> -- GitLab