Fix branding oversight caused by 0a34b0c (#405)

This commit is contained in:
NebulaBC 2023-05-16 17:46:48 -04:00 committed by GitHub
parent 39a8d52353
commit b46e7b8ba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ export default function Login({
<Center sx={{ height: '100vh' }}>
<Card radius='md'>
<Title size={30} align='left'>
{bypass_local_login ? ' Login to Zipline with' : 'Zipline'}
{bypass_local_login ? ` Login to ${title} with` : title}
</Title>
{oauth_registration && (