From b46e7b8ba28acd353a65eeb3df6cb528a20be15d Mon Sep 17 00:00:00 2001 From: NebulaBC Date: Tue, 16 May 2023 17:46:48 -0400 Subject: [PATCH] Fix branding oversight caused by 0a34b0c (#405) --- src/pages/auth/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/auth/login.tsx b/src/pages/auth/login.tsx index 5203b90..1b550d7 100644 --- a/src/pages/auth/login.tsx +++ b/src/pages/auth/login.tsx @@ -167,7 +167,7 @@ export default function Login({
- {bypass_local_login ? ' Login to Zipline with' : 'Zipline'} + {bypass_local_login ? ` Login to ${title} with` : title} {oauth_registration && (