parent
39a8d52353
commit
b46e7b8ba2
1 changed files with 1 additions and 1 deletions
|
@ -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 && (
|
||||
|
|
Loading…
Reference in a new issue