From 3867f262f8c503fc9c7b5425ac9af821d4e42fb5 Mon Sep 17 00:00:00 2001
From: youngsukim-csusb <youngsu.kim@csusb.edu>
Date: Thu, 16 Jun 2022 19:46:29 -0700
Subject: [PATCH] test login

---
 login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/login.html b/login.html
index 1fcb0ea..6093577 100644
--- a/login.html
+++ b/login.html
@@ -2,7 +2,7 @@
 {# https://github.com/jupyterhub/jupyterhub/issues/1385#issuecomment-738447175 #}
 {% extends "templates/login.html" %}
 
-{% set announcement = 'We are testing customized style / The server works normally' %}
+{% set announcement = 'We are testing customized style / The server works the same way as before' %}
 {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %}
 {% set csusb_cilogon = 'The following login process (the orange button) uses CSUSB\'s DUO login system' %}
 
-- 
GitLab